Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DAutoGrantPermissionsNotifier.java99 UserHandle callingUser = getUserHandleForUid(mPackageInfo.applicationInfo.uid); in AutoGrantPermissionsNotifier() local
218 UserHandle callingUser = getUserHandleForUid(mPackageInfo.applicationInfo.uid); in getSettingsPermissionIntent() local
/packages/modules/AppSearch/service/java/com/android/server/appsearch/util/
DServiceImplHelper.java79 public boolean isUserLocked(@NonNull UserHandle callingUser) { in isUserLocked()
91 public void verifyUserUnlocked(@NonNull UserHandle callingUser) { in verifyUserUnlocked()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DAdapterServiceRestartTest.java279 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in setUp() local
DAdapterServiceFactoryResetTest.java293 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in setUp() local
DAdapterServiceTest.java295 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in setUp() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java376 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in isPackageNameAccurate() local
626 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in checkCallerIsSystemOrActiveUser() local
650 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in checkCallerIsSystemOrActiveOrManagedUser() local
/packages/services/Telecomm/src/com/android/server/telecom/
DVideoProviderProxy.java584 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in canUseCamera() local
DTelecomServiceImpl.java2254 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1282 UserHandle callingUser = Binder.getCallingUserHandle(); in createUser() local
1298 @NonNull UserHandle callingUser, boolean hasCallerRestrictions) { in handleCreateUser()
/packages/modules/Bluetooth/service/java/com/android/server/bluetooth/
DBluetoothManagerService.java2739 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in checkIfCallerIsForegroundUser() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java3997 UserHandle callingUser = Binder.getCallingUserHandle(); in startDiscovery() local