Searched refs:sAppOpsNotedInThisBinderTransaction (Results 1 – 1 of 1) sorted by relevance
2812 sAppOpsNotedInThisBinderTransaction = new ThreadLocal<>(); field in AppOpsManager9286 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()