Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DHistoricalRegistry.java325 final HistoricalOps currentOps = getUpdatedPendingHistoricalOpsMLocked( in dump()
450 currentOps = getUpdatedPendingHistoricalOpsMLocked(currentTimeMillis); in getHistoricalOps()
501 getUpdatedPendingHistoricalOpsMLocked( in incrementOpAccessedCount()
519 getUpdatedPendingHistoricalOpsMLocked( in incrementOpRejected()
536 getUpdatedPendingHistoricalOpsMLocked( in increaseOpAccessDuration()
655 getUpdatedPendingHistoricalOpsMLocked(System.currentTimeMillis()) in clearHistory()
698 private @NonNull HistoricalOps getUpdatedPendingHistoricalOpsMLocked(long now) { in getUpdatedPendingHistoricalOpsMLocked() method in HistoricalRegistry
/aosp14/frameworks/base/services/
H A Dart-profile2688 HSPLcom/android/server/appop/HistoricalRegistry;->getUpdatedPendingHistoricalOpsMLocked(J)Landroid/…