Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dpermission_helpers.cc32 uid_t foregroundUserId; variable
58 return (foregroundUserId == callingUser) || (systemUiUid == callingUid) || in isCallerActiveUser()
70 if ((foregroundUserId == callingUser) || (systemUiUid == callingUid) || in isCallerActiveUserOrManagedProfile()
86 return foregroundUserId == parentUser; in isCallerActiveUserOrManagedProfile()
Dpermission_helpers.h28 extern uid_t foregroundUserId;
Dcom_android_bluetooth_btservice_AdapterService.cpp1140 android::bluetooth::foregroundUserId = id; in setForegroundUserIdNative()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java2960 private static native void setForegroundUserIdNative(int foregroundUserId); in setForegroundUserIdNative() argument