Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DAutoGrantPermissionsNotifier.java105 UserHandle callingUser = getUserHandleForUid(mPackageInfo.applicationInfo.uid); in AutoGrantPermissionsNotifier() local
238 UserHandle callingUser = getUserHandleForUid(mPackageInfo.applicationInfo.uid); in getSettingsPermissionIntent() local
/packages/modules/AppSearch/service/java/com/android/server/appsearch/util/
DServiceImplHelper.java82 public boolean isUserLocked(@NonNull UserHandle callingUser) { in isUserLocked()
94 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.java304 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in setUp() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DUtils.java444 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in isPackageNameAccurate() local
699 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in checkCallerIsSystemOrActiveUser() local
741 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
DCallAudioManager.java492 Set<UserHandle> silenceRingers(Context context, UserHandle callingUser, in silenceRingers()
DTelecomServiceImpl.java2536 PhoneAccountHandle phoneAccountUserHandle, UserHandle callingUser) { in isPhoneAccountHandleVisibleToCallingUser()
DInCallController.java1692 public void bringToForeground(boolean showDialpad, UserHandle callingUser) { in bringToForeground()
/packages/services/Car/service/src/com/android/car/
DCarMediaService.java754 UserHandle callingUser = getCallingUserHandle(); in setMediaSource() local
845 int callingUser = getCallingUserHandle().getIdentifier(); in isIndependentPlaybackConfig() local
866 int callingUser = getCallingUserHandle().getIdentifier(); in setIndependentPlaybackConfig() local
/packages/modules/Media/apex/service/java/com/android/server/media/
DMediaCommunicationService.java357 final UserHandle callingUser = UserHandle.getUserHandleForUid(uid); in isTrusted() local
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1333 UserHandle callingUser = Binder.getCallingUserHandle(); in createUser() local
1388 @NonNull UserHandle callingUser, boolean hasCallerRestrictions) { in handleCreateUser()
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java2931 UserHandle callingUser = UserHandle.getUserHandleForUid(callingUid); in checkIfCallerIsForegroundUser() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java5141 UserHandle callingUser = Binder.getCallingUserHandle(); in startDiscovery() local