Searched refs:EXTRA_BUILDER_APPLICATION_INFO (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | TargetSdkResolver.kt | 52 Notification.EXTRA_BUILDER_APPLICATION_INFO,
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | TargetSdkResolverTest.kt | 74 putParcelable(Notification.EXTRA_BUILDER_APPLICATION_INFO, applicationInfo)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | StatusBarIconViewTest.java | 185 n.extras.putParcelable(Notification.EXTRA_BUILDER_APPLICATION_INFO, new Bundle()); in testContentDescForNotification_invalidAi_noCrash()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/app/ |
H A D | NotificationTest.java | 23 import static android.app.Notification.EXTRA_BUILDER_APPLICATION_INFO; 795 fakeTypes.putParcelable(EXTRA_BUILDER_APPLICATION_INFO, new Bundle()); in testRecoverBuilder_nullExtraPeopleList_noCrash() 824 fakeTypes.putParcelable(EXTRA_BUILDER_APPLICATION_INFO, new Bundle()); in testRecoverBuilder_invalidExtra_noCrash()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | StatusBarIconView.java | 658 Notification.EXTRA_BUILDER_APPLICATION_INFO, ApplicationInfo.class); in contentDescForNotification()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/ |
H A D | MediaDataManager.kt | 786 Notification.EXTRA_BUILDER_APPLICATION_INFO,
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 1524 public static final String EXTRA_BUILDER_APPLICATION_INFO = "android.appInfo"; field in Notification 3497 notification.extras.putParcelable(EXTRA_BUILDER_APPLICATION_INFO, ai); in addFieldsFromContext() 6561 EXTRA_BUILDER_APPLICATION_INFO, ApplicationInfo.class); in recoverBuilder()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 6117 Notification.EXTRA_BUILDER_APPLICATION_INFO, ApplicationInfo.class); 6119 extras.putParcelable(Notification.EXTRA_BUILDER_APPLICATION_INFO, appInfo);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 7921 Landroid/app/Notification;->EXTRA_BUILDER_APPLICATION_INFO:Ljava/lang/String;
|