Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java188 private @Nullable HistoricalOps mCurrentHistoricalOps; field in HistoricalRegistry
683 mCurrentHistoricalOps = null; in clearHistoricalRegistry()
691 mCurrentHistoricalOps = null; in clearHistoryOnDiskDLocked()
699 if (mCurrentHistoricalOps != null) { in getUpdatedPendingHistoricalOpsMLocked()
713 return mCurrentHistoricalOps; in getUpdatedPendingHistoricalOpsMLocked()
715 if (mCurrentHistoricalOps.isEmpty()) { in getUpdatedPendingHistoricalOpsMLocked()
716 mCurrentHistoricalOps.setBeginAndEndTime(0, 0); in getUpdatedPendingHistoricalOpsMLocked()
718 return mCurrentHistoricalOps; in getUpdatedPendingHistoricalOpsMLocked()
722 mCurrentHistoricalOps.setBeginTime(mCurrentHistoricalOps.getEndTimeMillis() in getUpdatedPendingHistoricalOpsMLocked()
729 mCurrentHistoricalOps = new HistoricalOps(0, 0); in getUpdatedPendingHistoricalOpsMLocked()
[all …]