Home
last modified time | relevance | path

Searched defs:callingUserHandle (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/
H A DAppSearchManagerService.java1398 UserHandle callingUserHandle = UserHandle.getUserHandleForUid(callingUid); in handleIncomingUser() local
1423 UserHandle callingUserHandle = UserHandle.getUserHandleForUid(callingUid); in verifyCaller() local
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelecomServiceImpl.java2212 UserHandle callingUserHandle) { in enforcePhoneAccountIsRegisteredEnabled()
H A DConnectionServiceWrapper.java642 final UserHandle callingUserHandle = Binder.getCallingUserHandle(); in queryRemoteConnectionServices() local
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/
H A DUserBackupManagerService.java2982 final int callingUserHandle = UserHandle.getCallingUserId(); in adbBackup() local
3087 final int callingUserHandle = UserHandle.getCallingUserId(); in fullTransportBackup() local
3154 final int callingUserHandle = UserHandle.getCallingUserId(); in adbRestore() local
/aosp12/packages/services/Car/service/src/com/android/car/watchdog/
H A DWatchdogPerfHandler.java420 UserHandle callingUserHandle = UserHandle.of(callingUserId); in getResourceOveruseStats() local