Home
last modified time | relevance | path

Searched defs:callingUser (Results 1 – 5 of 5) 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.java236 int callingUser = UserHandle.getCallingUserId(); in checkCaller() local
246 int callingUser = UserHandle.getCallingUserId(); in checkCallerAllowManagedProfiles() local
/packages/services/Telecomm/src/com/android/server/telecom/
DVideoProviderProxy.java568 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in canUseCamera() local
DTelecomServiceImpl.java1532 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser()
DCallsManager.java3198 UserHandle callingUser = UserHandle.of(UserHandle.getUserId(uid)); in isReplyWithSmsAllowed() local