Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java162 private final RebootEscrowEventLog mEventLog; field in RebootEscrowManager
416 mEventLog = injector.getEventLog(); in RebootEscrowManager()
632 mEventLog.addEntry(RebootEscrowEvent.FOUND_ESCROW_DATA); in loadRebootEscrowDataWithRetry()
766 mEventLog.addEntry(RebootEscrowEvent.RETRIEVED_STORED_KEK); in getAndClearRebootEscrowKey()
786 mEventLog.addEntry(RebootEscrowEvent.RETRIEVED_LSKF_FOR_USER, userId); in restoreRebootEscrowForUser()
828 mEventLog.addEntry(RebootEscrowEvent.STORED_LSKF_FOR_USER, userId); in callToRebootEscrowIfNeeded()
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()
1091 mEventLog.dump(pw); in dump()
/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsUidStateTrackerImpl.java78 private final EventLog mEventLog; field in AppOpsUidStateTrackerImpl
114 mEventLog = new EventLog(executor, executorThread); in AppOpsUidStateTrackerImpl()
137 mEventLog.logEvalForegroundMode(uid, uidState, uidCapability, code, result); in evalMode()
230 mEventLog.logUpdateUidProcState(uid, procState, capability); in updateUidProcState()
313 mEventLog.dumpEvents(pw); in dumpEvents()
353 mEventLog.logCommitUidState(uid, pendingUidState, pendingCapability, in commitUidPendingState()
/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityMetrics.java104 private final RingBuffer<ConnectivityMetricsEvent> mEventLog = field in IpConnectivityMetrics
171 mEventLog.append(event); in append()
286 return Arrays.asList(mEventLog.toArray()); in getEvents()