Searched refs:RebootEscrowEvent (Results 1 – 1 of 1) sorted by relevance
632 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 RebootEscrowManager985 RebootEscrowEvent(int eventId) { in RebootEscrowEvent() method in RebootEscrowManager.RebootEscrowEvent989 RebootEscrowEvent(int eventId, Integer userId) { in RebootEscrowEvent() method in RebootEscrowManager.RebootEscrowEvent1020 private RebootEscrowEvent[] mEntries = new RebootEscrowEvent[16];1024 addEntryInternal(new RebootEscrowEvent(eventId)); in addEntry()1028 addEntryInternal(new RebootEscrowEvent(eventId, userId)); in addEntry()[all …]