Searched refs:sBinderThreadCallingUid (Results 1 – 1 of 1) sorted by relevance
2849 private static final ThreadLocal<Integer> sBinderThreadCallingUid = new ThreadLocal<>(); field in AppOpsManager9105 sBinderThreadCallingUid.set(callingUid); in startNotedAppOpsCollection()9136 Integer previousUid = sBinderThreadCallingUid.get(); in pauseNotedAppOpsCollection()9141 sBinderThreadCallingUid.remove(); in pauseNotedAppOpsCollection()9160 sBinderThreadCallingUid.set(prevCollection.mUid); in resumeNotedAppOpsCollection()9178 sBinderThreadCallingUid.remove(); in finishNotedAppOpsCollection()9281 Integer binderUid = sBinderThreadCallingUid.get(); in getNotedOpCollectionMode()