Home
last modified time | relevance | path

Searched refs:EXTRA_BUILDER_APPLICATION_INFO (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DTargetSdkResolver.kt52 Notification.EXTRA_BUILDER_APPLICATION_INFO, in getApplicationInfoFromExtras()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DTargetSdkResolverTest.kt74 putParcelable(Notification.EXTRA_BUILDER_APPLICATION_INFO, applicationInfo) in resolveFromNotificationExtras()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfo.java19 import static android.app.Notification.EXTRA_BUILDER_APPLICATION_INFO;
360 mSbn.getNotification().extras.getParcelable(EXTRA_BUILDER_APPLICATION_INFO, in bindPackage()
DNotificationInfo.java19 import static android.app.Notification.EXTRA_BUILDER_APPLICATION_INFO;
303 mSbn.getNotification().extras.getParcelable(EXTRA_BUILDER_APPLICATION_INFO, in bindHeader()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DStatusBarIconViewTest.java187 n.extras.putParcelable(Notification.EXTRA_BUILDER_APPLICATION_INFO, new Bundle()); in testContentDescForNotification_invalidAi_noCrash()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationInfoTest.java19 import static android.app.Notification.EXTRA_BUILDER_APPLICATION_INFO;
163 notification.extras.putParcelable(EXTRA_BUILDER_APPLICATION_INFO, applicationInfo); in setUp()
DNotificationConversationInfoTest.java19 import static android.app.Notification.EXTRA_BUILDER_APPLICATION_INFO;
210 notification.extras.putParcelable(EXTRA_BUILDER_APPLICATION_INFO, applicationInfo); in setUp()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationTest.java25 import static android.app.Notification.EXTRA_BUILDER_APPLICATION_INFO;
885 fakeTypes.putParcelable(EXTRA_BUILDER_APPLICATION_INFO, new Bundle()); in testRecoverBuilder_nullExtraPeopleList_noCrash()
914 fakeTypes.putParcelable(EXTRA_BUILDER_APPLICATION_INFO, new Bundle()); in testRecoverBuilder_invalidExtra_noCrash()
/frameworks/base/core/java/android/app/
DNotification.java1578 public static final String EXTRA_BUILDER_APPLICATION_INFO = "android.appInfo"; field in Notification
3161 if (extras.containsKey(EXTRA_BUILDER_APPLICATION_INFO)) { in getApplicationInfo()
3163 EXTRA_BUILDER_APPLICATION_INFO, in getApplicationInfo()
3770 notification.extras.putParcelable(EXTRA_BUILDER_APPLICATION_INFO, ai); in addFieldsFromContext()
4184 if (extras.containsKey(EXTRA_BUILDER_APPLICATION_INFO)) { in getAppIcon()
4186 EXTRA_BUILDER_APPLICATION_INFO, in getAppIcon()
7210 EXTRA_BUILDER_APPLICATION_INFO, ApplicationInfo.class); in recoverBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/
DMediaDataProcessor.kt749 Notification.EXTRA_BUILDER_APPLICATION_INFO, in <lambda>()
DLegacyMediaDataManagerImpl.kt803 Notification.EXTRA_BUILDER_APPLICATION_INFO, in loadMediaDataInBg()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java31 import static android.app.Notification.EXTRA_BUILDER_APPLICATION_INFO;
6702 EXTRA_BUILDER_APPLICATION_INFO, ApplicationInfo.class);
6704 extras.putParcelable(EXTRA_BUILDER_APPLICATION_INFO, appInfo);
12014 EXTRA_BUILDER_APPLICATION_INFO, ApplicationInfo.class);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt7921 Landroid/app/Notification;->EXTRA_BUILDER_APPLICATION_INFO:Ljava/lang/String;