Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DAppOpsManager.java2858 private static final ThreadLocal<ArrayMap<String, long[]>> sAppOpsNotedInThisBinderTransaction = field in AppOpsManager
9139 sAppOpsNotedInThisBinderTransaction.get(); in pauseNotedAppOpsCollection()
9142 sAppOpsNotedInThisBinderTransaction.remove(); in pauseNotedAppOpsCollection()
9163 sAppOpsNotedInThisBinderTransaction.set(prevCollection.mCollectedNotedAppOps); in resumeNotedAppOpsCollection()
9179 sAppOpsNotedInThisBinderTransaction.remove(); in finishNotedAppOpsCollection()
9212 ArrayMap<String, long[]> appOpsNoted = sAppOpsNotedInThisBinderTransaction.get(); in collectNotedOpSync()
9215 sAppOpsNotedInThisBinderTransaction.set(appOpsNoted); in collectNotedOpSync()
9302 ArrayMap<String, long[]> notedAppOps = sAppOpsNotedInThisBinderTransaction.get(); in prefixParcelWithAppOpsIfNeeded()