Home
last modified time | relevance | path

Searched refs:callingUserHandle (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomServiceImpl.java159 callingUserHandle);
179 accountHandle, callingUserHandle);
211 includeDisabledAccounts, callingUserHandle);
238 callingUserHandle);
270 callingUserHandle);
308 callingUserHandle);
626 callingUserHandle)) {
659 callingUserHandle)) {
695 callingUserHandle)) {
1133 callingUserHandle)) {
[all …]
H A DConnectionServiceWrapper.java642 final UserHandle callingUserHandle = Binder.getCallingUserHandle(); in queryRemoteConnectionServices() local
649 .queryRemoteConnectionServices(callingUserHandle, callingPackage, in queryRemoteConnectionServices()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/
H A DAppSearchManagerService.java1398 UserHandle callingUserHandle = UserHandle.getUserHandleForUid(callingUid); in handleIncomingUser() local
1399 if (callingUserHandle.equals(targetUserHandle)) { in handleIncomingUser()
1411 + callingUserHandle + "."); in handleIncomingUser()
1423 UserHandle callingUserHandle = UserHandle.getUserHandleForUid(callingUid); in verifyCaller() local
1424 Context callingUserContext = mContext.createContextAsUser(callingUserHandle, in verifyCaller()
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerService.java2982 final int callingUserHandle = UserHandle.getCallingUserId(); in adbBackup() local
2983 if (callingUserHandle != UserHandle.USER_SYSTEM) { in adbBackup()
3087 final int callingUserHandle = UserHandle.getCallingUserId(); in fullTransportBackup() local
3089 if (callingUserHandle != UserHandle.USER_SYSTEM) { in fullTransportBackup()
3154 final int callingUserHandle = UserHandle.getCallingUserId(); in adbRestore() local
3155 if (callingUserHandle != UserHandle.USER_SYSTEM) { in adbRestore()
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java420 UserHandle callingUserHandle = UserHandle.of(callingUserId); in getResourceOveruseStats() local
426 return new ResourceOveruseStats.Builder("", callingUserHandle).build(); in getResourceOveruseStats()
429 new ResourceOveruseStats.Builder(genericPackageName, callingUserHandle); in getResourceOveruseStats()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java13989 final UserHandle callingUserHandle = UserHandle.of(callingUserId);
13996 UserManager.DISALLOW_ADD_MANAGED_PROFILE, callingUserHandle);
14014 callingUserHandle, hasDeviceOwner);