/frameworks/base/core/tests/coretests/src/android/service/notification/ |
D | StatusBarNotificationTest.java | 276 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/ |
D | NotificationRecordLoggerTest.java | 61 private NotificationRecord getNotification(int id, String tag) { in getNotification() method in NotificationRecordLoggerTest
|
D | ArchiveTest.java | 81 private StatusBarNotification getNotification(String pkg, int id, UserHandle user) { in getNotification() method in ArchiveTest
|
D | NotificationRecordTest.java | 160 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/ |
D | UiBot.java | 71 public UiObject getNotification(String text) { in getNotification() method in UiBot
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManagerTest.java | 226 private Notification getNotification(ExpandableNotificationRow row) { in getNotification() method in NotificationRemoteInputManagerTest
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
D | SingleLineViewInflaterTest.kt | 317 private fun getNotification(type: NotificationType): Notification { in <lambda>() method
|
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/ |
D | CarrierActionUtils.java | 210 private static Notification getNotification(Context context, int titleId, int textId, in getNotification() method in CarrierActionUtils
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 407 public Notification getNotification() { in getNotification() method in StatusBarNotification
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | SnoozeHelper.java | 183 protected NotificationRecord getNotification(String key) { in getNotification() method in SnoozeHelper
|
D | NotificationRecord.java | 483 public Notification getNotification() { return getSbn().getNotification(); } in getNotification() method in NotificationRecord
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | StatusBarIconView.java | 609 public StatusBarNotification getNotification() { in getNotification() method in StatusBarIconView
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 7554 public Notification getNotification() { in getNotification() method
|