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

/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java95 final String group = getNotification().getGroup();
96 final String sortKey = getNotification().getSortKey();
228 public Notification getNotification() { method in class:StatusBarNotification
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java78 mOriginalFlags = sbn.getNotification().flags;
93 public Notification getNotification() { return sbn.getNotification(); } method in class:NotificationRecord
94 public int getFlags() { return sbn.getNotification().flags; }
101 final Notification notification = sbn.getNotification();
201 this.sbn.getNotification());
246 return Objects.equals(getNotification().category, category);
250 return getNotification().audioStreamType == stream;
254 final AudioAttributes attributes = getNotification().audioAttributes;
270 Notification n = getNotification();
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java1523 public Notification getNotification() { method in class:NotificationCompat.Builder
/frameworks/base/core/java/android/app/
H A DNotification.java3462 public Notification getNotification() { method in class:Notification.Builder

Completed in 3638 milliseconds