Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/service/notification/
DStatusBarNotificationTest.java184 private StatusBarNotification getNotification(String pkg, String group, String channelId) { in getNotification() method in StatusBarNotificationTest
199 private StatusBarNotification getNotification(String pkg, Notification.Builder builder) { in getNotification() method in StatusBarNotificationTest
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java56 public UiObject getNotification(String text) { in getNotification() method in UiBot
/frameworks/base/media/apex/java/android/media/
DMediaSession2Service.java334 public Notification getNotification() { in getNotification() method in MediaSession2Service.MediaNotification
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java320 public Notification getNotification() { in getNotification() method in StatusBarNotification
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java211 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.java120 private StatusBarNotification getNotification(String pkg, boolean noisy, boolean defaultSound, in getNotification() method in NotificationRecordTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java531 public StatusBarNotification getNotification() { in getNotification() method in StatusBarIconView
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java415 public Notification getNotification() { return sbn.getNotification(); } in getNotification() method in NotificationRecord