Searched refs:sBinderThreadCallingUid (Results 1 – 1 of 1) sorted by relevance
3113 private static final ThreadLocal<Integer> sBinderThreadCallingUid = new ThreadLocal<>(); field in AppOpsManager9973 sBinderThreadCallingUid.set(callingUid); in startNotedAppOpsCollection()10004 Integer previousUid = sBinderThreadCallingUid.get(); in pauseNotedAppOpsCollection()10009 sBinderThreadCallingUid.remove(); in pauseNotedAppOpsCollection()10028 sBinderThreadCallingUid.set(prevCollection.mUid); in resumeNotedAppOpsCollection()10046 sBinderThreadCallingUid.remove(); in finishNotedAppOpsCollection()10169 Integer binderUid = sBinderThreadCallingUid.get(); in getNotedOpCollectionMode()