/aosp14/frameworks/base/core/java/android/content/ |
H A D | IntentSender.java | 282 public int getCreatorUid() { in getCreatorUid() method in IntentSender 283 return getCachedInfo().getCreatorUid(); in getCreatorUid() 298 int uid = getCachedInfo().getCreatorUid(); in getCreatorUserHandle()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | RecoverableSecurityException.java | 121 nm.notify(TAG, mUserAction.getActionIntent().getCreatorUid(), builder.build()); in showAsNotification() 146 final String tag = TAG + "_" + mUserAction.getActionIntent().getCreatorUid(); in showAsDialog()
|
H A D | PendingIntent.java | 1165 public int getCreatorUid() { in getCreatorUid() method in PendingIntent 1166 return getCachedInfo().getCreatorUid(); in getCreatorUid() 1297 int uid = getCachedInfo().getCreatorUid(); in getCreatorUserHandle()
|
H A D | ActivityManager.java | 5942 public int getCreatorUid() { in getCreatorUid() method in ActivityManager.PendingIntentInfo
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/ |
H A D | AlarmTest.java | 72 when(alarmPi.getCreatorUid()).thenReturn(TEST_CALLING_UID); in createAlarmSender()
|
H A D | AlarmManagerServiceTest.java | 641 when(mockPi.getCreatorUid()).thenReturn(creatorUid); in getNewMockPendingIntent()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
H A D | Alarm.java | 163 creatorUid = (operation != null) ? operation.getCreatorUid() : this.uid; in Alarm()
|
H A D | AlarmManagerService.java | 5540 int uid = pi.getCreatorUid(); in getStatsLocked()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarterTest.java | 443 when(mockFullScreenIntent.getCreatorUid()).thenReturn(kTestUid); in testOnFullScreenIntentWhenDozing_logToStatsd()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarter.java | 619 fullScreenIntent.getCreatorUid(), in launchFullScreenIntent()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | WindowOrganizerController.java | 1024 && mService.isCallerRecents(hop.getPendingIntent().getCreatorUid())) { in applyHierarchyOp()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6920 method public int getCreatorUid(); 11236 method public int getCreatorUid();
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 2437 HSPLandroid/app/PendingIntent;->getCreatorUid()I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 2437 HSPLandroid/app/PendingIntent;->getCreatorUid()I
|