Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java3123 sAppOpsNotedInThisBinderTransaction = new ThreadLocal<>(); field in AppOpsManager
10007 sAppOpsNotedInThisBinderTransaction.get(); in pauseNotedAppOpsCollection()
10010 sAppOpsNotedInThisBinderTransaction.remove(); in pauseNotedAppOpsCollection()
10031 sAppOpsNotedInThisBinderTransaction.set(prevCollection.mCollectedNotedAppOps); in resumeNotedAppOpsCollection()
10047 sAppOpsNotedInThisBinderTransaction.remove(); in finishNotedAppOpsCollection()
10080 ArrayMap<String, BitSet> appOpsNoted = sAppOpsNotedInThisBinderTransaction.get(); in collectNotedOpSync()
10083 sAppOpsNotedInThisBinderTransaction.set(appOpsNoted); in collectNotedOpSync()
10190 ArrayMap<String, BitSet> notedAppOps = sAppOpsNotedInThisBinderTransaction.get(); in prefixParcelWithAppOpsIfNeeded()