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

/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java99 final String group = getNotification().getGroup();
100 final String sortKey = getNotification().getSortKey();
232 public Notification getNotification() { method in class:StatusBarNotification
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java91 mOriginalFlags = sbn.getNotification().flags;
110 public Notification getNotification() { return sbn.getNotification(); } method in class:NotificationRecord
111 public int getFlags() { return sbn.getNotification().flags; }
118 final Notification notification = sbn.getNotification();
233 this.sbn.getNotification());
278 return Objects.equals(getNotification().category, category);
282 return getNotification().audioStreamType == stream;
286 final AudioAttributes attributes = getNotification().audioAttributes;
340 Notification n = getNotification();
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java1552 public Notification getNotification() { method in class:NotificationCompat.Builder
/frameworks/base/core/java/android/app/
H A DNotification.java3630 public Notification getNotification() { method in class:Notification.Builder

Completed in 392 milliseconds