Home
last modified time | relevance | path

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

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