Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java2812 sAppOpsNotedInThisBinderTransaction = new ThreadLocal<>(); field in AppOpsManager
9286 sAppOpsNotedInThisBinderTransaction.get(); in pauseNotedAppOpsCollection()
9289 sAppOpsNotedInThisBinderTransaction.remove(); in pauseNotedAppOpsCollection()
9310 sAppOpsNotedInThisBinderTransaction.set(prevCollection.mCollectedNotedAppOps); in resumeNotedAppOpsCollection()
9326 sAppOpsNotedInThisBinderTransaction.remove(); in finishNotedAppOpsCollection()
9359 ArrayMap<String, BitSet> appOpsNoted = sAppOpsNotedInThisBinderTransaction.get(); in collectNotedOpSync()
9362 sAppOpsNotedInThisBinderTransaction.set(appOpsNoted); in collectNotedOpSync()
9445 ArrayMap<String, BitSet> notedAppOps = sAppOpsNotedInThisBinderTransaction.get(); in prefixParcelWithAppOpsIfNeeded()