/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ |
D | PhotoPickerSettingsActivity.java | 165 private void createAndShowFragment(@UserIdInt int callingUserId, boolean allowReplace) { in createAndShowFragment() 197 private Fragment getTargetFragment(@UserIdInt int callingUserId) { in getTargetFragment() 247 private int getInitialProfileTab(@UserIdInt int callingUserId, List<Integer> userIdList) { in getInitialProfileTab()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | IntentForwarderActivity.java | 134 final int callingUserId = getUserId(); in onCreate() local 237 Intent newIntent, int callingUserId, int targetUserId) { in launchResolverActivityWithCorrectTab()
|
/packages/modules/Permission/service/java/com/android/permission/util/ |
D | UserUtils.java | 50 final int callingUserId = UserHandleCompat.getUserId(callingUid); in enforceCrossUserPermission() local
|
/packages/modules/Media/apex/service/java/com/android/server/media/ |
D | MediaCommunicationService.java | 472 private boolean hasEnabledNotificationListener(int callingUserId, in hasEnabledNotificationListener() 498 int callingUserId = UserHandle.getUserHandleForUid(uid).getIdentifier(); in handleIncomingUser() local
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/permission/ |
D | HealthConnectPermissionHelper.java | 647 int callingUserId = UserHandle.getUserHandleForUid(Binder.getCallingUid()).getIdentifier(); in handleIncomingUser() local
|
/packages/services/Car/service/src/com/android/car/occupantconnection/ |
D | CarOccupantConnectionService.java | 670 int callingUserId = callingUserHandle.getIdentifier(); in getCallingClientId() local
|
D | CarRemoteDeviceService.java | 678 int callingUserId = callingUserHandle.getIdentifier(); in getCallingClientId() local
|
/packages/modules/Nfc/NfcNci/src/com/android/nfc/cardemulation/ |
D | CardEmulationManager.java | 1161 int callingUserId = Binder.getCallingUserHandle().getIdentifier(); in isDefaultPaymentRegistered() local
|
/packages/services/Car/cpp/watchdog/server/src/ |
D | WatchdogProcessService.cpp | 352 userid_t callingUserId = multiuser_get_user_id(callingUid); in registerCarWatchdogService() local
|
/packages/services/Car/cpp/watchdog/stable_server/src/ |
D | WatchdogProcessService.cpp | 352 userid_t callingUserId = multiuser_get_user_id(callingUid); in registerCarWatchdogService() local
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomServiceImplTest.java | 1099 String callingUserId = String.valueOf(Binder.getCallingUserHandle().getIdentifier()); in testRegisterPhoneAccountImageIconCrossUser() local
|
/packages/services/Car/service/src/com/android/car/user/ |
D | CarUserService.java | 1186 int callingUserId = Binder.getCallingUserHandle().getIdentifier(); in removeUser() local
|
/packages/services/Car/service/src/com/android/car/watchdog/ |
D | WatchdogPerfHandler.java | 571 int callingUserId = callingUserHandle.getIdentifier(); in getResourceOveruseStats() local
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 2480 int callingUserId = uidToUserId(uid); in shouldAllowLookupForFuse() local
|