Home
last modified time | relevance | path

Searched refs:binderGetCallingUid (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTestable.java127 public int binderGetCallingUid() { in binderGetCallingUid() method in LockSettingsServiceTestable.MockInjector
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceTestable.java272 int binderGetCallingUid() { in binderGetCallingUid() method in DevicePolicyManagerServiceTestable.MockInjector
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java211 protected int binderGetCallingUid() { in binderGetCallingUid() method in BackupManagerService
463 int caller = binderGetCallingUid(); in enforcePermissionsOnUser()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/backup/
H A DBackupManagerServiceTest.java797 protected int binderGetCallingUid() { in binderGetCallingUid() method in BackupManagerServiceTest.BackupManagerServiceTestable
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java541 public int binderGetCallingUid() { in binderGetCallingUid() method in LockSettingsService.Injector
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1830 int binderGetCallingUid() { in binderGetCallingUid() method in Injector
1855 return UserHandle.getUserId(binderGetCallingUid()); in userHandleGetCallingUserId()
2361 final int callerUid = mInjector.binderGetCallingUid(); in getCallerIdentity()
7828 int callerId = mInjector.binderGetCallingUid();
24340 mInjector.binderGetCallingUid(),
/aosp14/frameworks/base/services/
H A Dart-profile3137 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService$Injector;->binderGetCallingUid()I