Home
last modified time | relevance | path

Searched defs:getNotification (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaSessionService2.java229 public @NonNull Notification getNotification() { in getNotification() method in MediaSessionService2.MediaNotification
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java56 public UiObject getNotification(String text) { in getNotification() method in UiBot
/frameworks/support/media/src/main/java/androidx/media/
DMediaSessionService2.java301 public @NonNull Notification getNotification() { in getNotification() method in MediaSessionService2.MediaNotification
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java288 public Notification getNotification() { in getNotification() method in StatusBarNotification
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java199 private static Notification getNotification(Context context, int titleId, int textId, in getNotification() method in CarrierActionUtils
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordTest.java128 private StatusBarNotification getNotification(String pkg, boolean noisy, boolean defaultSound, in getNotification() method in NotificationRecordTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java496 public StatusBarNotification getNotification() { in getNotification() method in StatusBarIconView
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java384 public Notification getNotification() { return sbn.getNotification(); } in getNotification() method in NotificationRecord
/frameworks/support/compat/src/main/java/androidx/core/app/
DNotificationCompat.java1569 public Notification getNotification() { in getNotification() method in NotificationCompat.Builder