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