Home
last modified time | relevance | path

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

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