Searched refs:sAppOpsNotedInThisBinderTransaction (Results 1 – 1 of 1) sorted by relevance
2416 private static final ThreadLocal<ArrayMap<String, long[]>> sAppOpsNotedInThisBinderTransaction = field in AppOpsManager8002 sAppOpsNotedInThisBinderTransaction.get(); in pauseNotedAppOpsCollection()8005 sAppOpsNotedInThisBinderTransaction.remove(); in pauseNotedAppOpsCollection()8026 sAppOpsNotedInThisBinderTransaction.set(prevCollection.mCollectedNotedAppOps); in resumeNotedAppOpsCollection()8042 sAppOpsNotedInThisBinderTransaction.remove(); in finishNotedAppOpsCollection()8072 ArrayMap<String, long[]> appOpsNoted = sAppOpsNotedInThisBinderTransaction.get(); in collectNotedOpSync()8075 sAppOpsNotedInThisBinderTransaction.set(appOpsNoted); in collectNotedOpSync()8161 ArrayMap<String, long[]> notedAppOps = sAppOpsNotedInThisBinderTransaction.get(); in prefixParcelWithAppOpsIfNeeded()