Home
last modified time | relevance | path

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 DTargetSdkResolver.kt52 Notification.EXTRA_BUILDER_APPLICATION_INFO,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DTargetSdkResolverTest.kt74 putParcelable(Notification.EXTRA_BUILDER_APPLICATION_INFO, applicationInfo)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DStatusBarIconViewTest.java185 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 DNotificationTest.java23 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 DStatusBarIconView.java658 Notification.EXTRA_BUILDER_APPLICATION_INFO, ApplicationInfo.class); in contentDescForNotification()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/pipeline/
H A DMediaDataManager.kt786 Notification.EXTRA_BUILDER_APPLICATION_INFO,
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1524 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 DNotificationManagerService.java6117 Notification.EXTRA_BUILDER_APPLICATION_INFO, ApplicationInfo.class);
6119 extras.putParcelable(Notification.EXTRA_BUILDER_APPLICATION_INFO, appInfo);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7921 Landroid/app/Notification;->EXTRA_BUILDER_APPLICATION_INFO:Ljava/lang/String;