Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/service/notification/
DStatusBarNotificationTest.java202 private StatusBarNotification getNotification(String pkg, String group, String channelId) { in getNotification() method in StatusBarNotificationTest
217 private StatusBarNotification getNotification(String pkg, Notification.Builder builder) { in getNotification() method in StatusBarNotificationTest
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordLoggerTest.java44 private NotificationRecord getNotification(int id, String tag) { in getNotification() method in NotificationRecordLoggerTest
DArchiveTest.java64 private StatusBarNotification getNotification(String pkg, int id, UserHandle user) { in getNotification() method in ArchiveTest
DNotificationRecordTest.java135 private StatusBarNotification getNotification(String pkg, boolean noisy, boolean defaultSound, in getNotification() method in NotificationRecordTest
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java65 public UiObject getNotification(String text) { in getNotification() method in UiBot
/frameworks/base/apex/media/framework/java/android/media/
DMediaSession2Service.java334 public Notification getNotification() { in getNotification() method in MediaSession2Service.MediaNotification
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCarrierActionUtils.java210 private static Notification getNotification(Context context, int titleId, int textId, in getNotification() method in CarrierActionUtils
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java349 public Notification getNotification() { in getNotification() method in StatusBarNotification
/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java200 protected NotificationRecord getNotification(String key) { in getNotification() method in SnoozeHelper
DNotificationRecord.java422 public Notification getNotification() { return getSbn().getNotification(); } in getNotification() method in NotificationRecord
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java566 public StatusBarNotification getNotification() { in getNotification() method in StatusBarIconView
/frameworks/base/core/java/android/app/
DNotification.java6393 public Notification getNotification() { in getNotification() method