Searched refs:EXTRA_BUILDER_APPLICATION_INFO (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java514 Notification.EXTRA_BUILDER_APPLICATION_INFO);
/frameworks/base/core/java/android/app/
H A DNotification.java1202 public static final String EXTRA_BUILDER_APPLICATION_INFO = "android.appInfo"; field in class:Notification
2842 notification.extras.putParcelable(EXTRA_BUILDER_APPLICATION_INFO, ai);
5507 EXTRA_BUILDER_APPLICATION_INFO);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java3627 Notification.EXTRA_BUILDER_APPLICATION_INFO);
3629 extras.putParcelable(Notification.EXTRA_BUILDER_APPLICATION_INFO, appInfo);

Completed in 52 milliseconds