Searched refs:sAppOpsNotedInThisBinderTransaction (Results 1 – 1 of 1) sorted by relevance
2858 private static final ThreadLocal<ArrayMap<String, long[]>> sAppOpsNotedInThisBinderTransaction = field in AppOpsManager9139 sAppOpsNotedInThisBinderTransaction.get(); in pauseNotedAppOpsCollection()9142 sAppOpsNotedInThisBinderTransaction.remove(); in pauseNotedAppOpsCollection()9163 sAppOpsNotedInThisBinderTransaction.set(prevCollection.mCollectedNotedAppOps); in resumeNotedAppOpsCollection()9179 sAppOpsNotedInThisBinderTransaction.remove(); in finishNotedAppOpsCollection()9212 ArrayMap<String, long[]> appOpsNoted = sAppOpsNotedInThisBinderTransaction.get(); in collectNotedOpSync()9215 sAppOpsNotedInThisBinderTransaction.set(appOpsNoted); in collectNotedOpSync()9302 ArrayMap<String, long[]> notedAppOps = sAppOpsNotedInThisBinderTransaction.get(); in prefixParcelWithAppOpsIfNeeded()