Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java2407 private static final ThreadLocal<Integer> sBinderThreadCallingUid = new ThreadLocal<>(); field in AppOpsManager
7968 sBinderThreadCallingUid.set(callingUid); in startNotedAppOpsCollection()
7999 Integer previousUid = sBinderThreadCallingUid.get(); in pauseNotedAppOpsCollection()
8004 sBinderThreadCallingUid.remove(); in pauseNotedAppOpsCollection()
8023 sBinderThreadCallingUid.set(prevCollection.mUid); in resumeNotedAppOpsCollection()
8041 sBinderThreadCallingUid.remove(); in finishNotedAppOpsCollection()
8141 Integer binderUid = sBinderThreadCallingUid.get(); in getNotedOpCollectionMode()