Home
last modified time | relevance | path

Searched defs:callingUser (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/jni/
Dpermission_helpers.cc55 uid_t callingUser = callingUid / PER_USER_RANGE; in isCallerActiveUser() local
67 uid_t callingUser = callingUid / PER_USER_RANGE; in isCallerActiveUserOrManagedProfile() local
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java257 int callingUser = UserHandle.getCallingUserId(); in checkCaller() local
267 int callingUser = UserHandle.getCallingUserId(); in checkCallerAllowManagedProfiles() local
/packages/services/Telecomm/src/com/android/server/telecom/
DVideoProviderProxy.java577 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in canUseCamera() local
DTelecomServiceImpl.java1759 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java1933 UserHandle callingUser = UserHandle.of(UserHandle.getCallingUserId()); in startDiscovery() local
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1940 UserHandle callingUser = UserHandle.of(UserHandle.getCallingUserId()); in startScan() local