Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java335 int callingUser = UserHandle.getCallingUserId(); in checkCaller() local
346 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.java1951 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java2206 UserHandle callingUser = UserHandle.of(UserHandle.getCallingUserId()); in startDiscovery() local
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1945 UserHandle callingUser = UserHandle.of(UserHandle.getCallingUserId()); in startScan() local