Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DAutoGrantPermissionsNotifier.java99 UserHandle callingUser = getUserHandleForUid(mPackageInfo.applicationInfo.uid); in AutoGrantPermissionsNotifier() local
217 UserHandle callingUser = getUserHandleForUid(mPackageInfo.applicationInfo.uid); in getSettingsPermissionIntent() local
/packages/services/Telecomm/src/com/android/server/telecom/
DVideoProviderProxy.java584 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in canUseCamera() local
DTelecomServiceImpl.java2105 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser()
/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java600 int callingUser = UserHandle.getCallingUserId(); in checkCallerIsSystemOrActiveUser() local
623 int callingUser = UserHandle.getCallingUserId(); in checkCallerIsSystemOrActiveOrManagedUser() local
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DWifiPermissionsUtil.java442 UserHandle callingUser = UserHandle.getUserHandleForUid(uid); in isCurrentProfile() local
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1154 UserInfo callingUser = mUserManager.getUserInfo(callingUserId); in removeUser() local
1370 UserInfo callingUser = mUserManager.getUserInfo(callingUserId); in handleCreateUser() local
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java2575 UserHandle callingUser = UserHandle.of(UserHandle.getCallingUserId()); in startDiscovery() local