Home
last modified time | relevance | path

Searched refs:sBinderThreadCallingUid (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DAppOpsManager.java3113 private static final ThreadLocal<Integer> sBinderThreadCallingUid = new ThreadLocal<>(); field in AppOpsManager
9973 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()