Home
last modified time | relevance | path

Searched refs:RebootEscrowEvent (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java632 mEventLog.addEntry(RebootEscrowEvent.FOUND_ESCROW_DATA); in loadRebootEscrowDataWithRetry()
874 mEventLog.addEntry(RebootEscrowEvent.CLEARED_LSKF_REQUEST); in clearRebootEscrowIfNeeded()
937 mEventLog.addEntry(RebootEscrowEvent.SET_ARMED_STATUS); in armRebootEscrowIfNeeded()
957 mEventLog.addEntry(RebootEscrowEvent.REQUESTED_LSKF); in prepareRebootEscrow()
971 public static class RebootEscrowEvent { class in RebootEscrowManager
985 RebootEscrowEvent(int eventId) { in RebootEscrowEvent() method in RebootEscrowManager.RebootEscrowEvent
989 RebootEscrowEvent(int eventId, Integer userId) { in RebootEscrowEvent() method in RebootEscrowManager.RebootEscrowEvent
1020 private RebootEscrowEvent[] mEntries = new RebootEscrowEvent[16];
1024 addEntryInternal(new RebootEscrowEvent(eventId)); in addEntry()
1028 addEntryInternal(new RebootEscrowEvent(eventId, userId)); in addEntry()
[all …]