Searched defs:getNotification (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java51 public UiObject getNotification(String text) { method in class:UiBot
66 UiObject notification = getNotification(text);
/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java120 if (overrideGroupKey != null && getNotification().isGroupSummary()) {
130 final String group = getNotification().getGroup();
131 final String sortKey = getNotification().getSortKey();
157 if (getNotification().getGroup() != null || getNotification().getSortKey() != null) {
289 public Notification getNotification() { method in class:StatusBarNotification
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java108 mOriginalFlags = sbn.getNotification().flags;
118 final Notification n = sbn.getNotification();
185 public Notification getNotification() { return sbn.getNotification(); } method in class:NotificationRecord
186 public int getFlags() { return sbn.getNotification().flags; }
193 final Notification notification = sbn.getNotification();
316 this.sbn.getNotification());
421 return Objects.equals(getNotification().category, category);
425 return getNotification().audioStreamType == stream;
429 final AudioAttributes attributes = getNotification()
[all...]
/frameworks/base/core/java/android/app/
H A DNotification.java3980 public Notification getNotification() { method in class:Notification.Builder
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java1735 public Notification getNotification() { method in class:NotificationCompat.Builder

Completed in 5205 milliseconds