Searched refs:sBinderThreadCallingUid (Results 1 – 1 of 1) sorted by relevance
2802 private static final ThreadLocal<Integer> sBinderThreadCallingUid = new ThreadLocal<>(); field in AppOpsManager9252 sBinderThreadCallingUid.set(callingUid); in startNotedAppOpsCollection()9283 Integer previousUid = sBinderThreadCallingUid.get(); in pauseNotedAppOpsCollection()9288 sBinderThreadCallingUid.remove(); in pauseNotedAppOpsCollection()9307 sBinderThreadCallingUid.set(prevCollection.mUid); in resumeNotedAppOpsCollection()9325 sBinderThreadCallingUid.remove(); in finishNotedAppOpsCollection()9424 Integer binderUid = sBinderThreadCallingUid.get(); in getNotedOpCollectionMode()