Searched refs:sBinderThreadCallingUid (Results 1 – 1 of 1) sorted by relevance
2407 private static final ThreadLocal<Integer> sBinderThreadCallingUid = new ThreadLocal<>(); field in AppOpsManager7968 sBinderThreadCallingUid.set(callingUid); in startNotedAppOpsCollection()7999 Integer previousUid = sBinderThreadCallingUid.get(); in pauseNotedAppOpsCollection()8004 sBinderThreadCallingUid.remove(); in pauseNotedAppOpsCollection()8023 sBinderThreadCallingUid.set(prevCollection.mUid); in resumeNotedAppOpsCollection()8041 sBinderThreadCallingUid.remove(); in finishNotedAppOpsCollection()8141 Integer binderUid = sBinderThreadCallingUid.get(); in getNotedOpCollectionMode()