Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/service/notification/
DStatusBarNotificationTest.java276 private StatusBarNotification getNotification(String pkg, String group, String channelId) { in getNotification() method in StatusBarNotificationTest
291 private StatusBarNotification getNotification(String pkg, Notification.Builder builder) { in getNotification() method in StatusBarNotificationTest
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordLoggerTest.java61 private NotificationRecord getNotification(int id, String tag) { in getNotification() method in NotificationRecordLoggerTest
DArchiveTest.java81 private StatusBarNotification getNotification(String pkg, int id, UserHandle user) { in getNotification() method in ArchiveTest
DNotificationRecordTest.java160 private StatusBarNotification getNotification(String pkg, boolean noisy, boolean defaultSound, in getNotification() method in NotificationRecordTest
233 private StatusBarNotification getNotification( in getNotification() method in NotificationRecordTest
254 private StatusBarNotification getNotification( in getNotification() method in NotificationRecordTest
260 private StatusBarNotification getNotification( in getNotification() method in NotificationRecordTest
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java71 public UiObject getNotification(String text) { in getNotification() method in UiBot
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java226 private Notification getNotification(ExpandableNotificationRow row) { in getNotification() method in NotificationRemoteInputManagerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DSingleLineViewInflaterTest.kt317 private fun getNotification(type: NotificationType): Notification { in <lambda>() method
/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.java407 public Notification getNotification() { in getNotification() method in StatusBarNotification
/frameworks/base/services/core/java/com/android/server/notification/
DSnoozeHelper.java183 protected NotificationRecord getNotification(String key) { in getNotification() method in SnoozeHelper
DNotificationRecord.java483 public Notification getNotification() { return getSbn().getNotification(); } in getNotification() method in NotificationRecord
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarIconView.java609 public StatusBarNotification getNotification() { in getNotification() method in StatusBarIconView
/frameworks/base/core/java/android/app/
DNotification.java7554 public Notification getNotification() { in getNotification() method