Searched refs:getNotification (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationIntrusivenessExtractor.java41 if (record == null || record.getNotification() == null) {
46 final Notification notification = record.getNotification();
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...]
H A DPackagePriorityExtractor.java32 if (record == null || record.getNotification() == null) {
H A DPackageVisibilityExtractor.java32 if (record == null || record.getNotification() == null) {
H A DNotificationUsageStats.java323 final Notification n = record.getNotification();
974 outCv.put(COL_FLAGS, r.getNotification().flags);
975 outCv.put(COL_PRIORITY, r.getNotification().priority);
976 if (r.getNotification().category != null) {
977 outCv.put(COL_CATEGORY, r.getNotification().category);
979 outCv.put(COL_ACTION_COUNT, r.getNotification().actions != null ?
980 r.getNotification().actions.length : 0);
H A DZenModeFiltering.java96 return record != null && record.sbn != null && record.sbn.getNotification() != null
97 ? record.sbn.getNotification().extras : null;
H A DRankingHelper.java262 boolean isGroupSummary = record.getNotification().isGroupSummary();
272 String groupSortKey = record.getNotification().getSortKey();
288 boolean isGroupSummary = record.getNotification().isGroupSummary();
H A DNotificationManagerService.java1307 sbn.getNotification().clone(),
2023 sbn.getNotification().flags =
2180 old.getNotification().flags & Notification.FLAG_FOREGROUND_SERVICE;
2230 Notification n = sbn.getNotification();
2234 Notification oldN = old != null ? old.sbn.getNotification() : null;
2286 boolean isSummary = sbn.getNotification().isGroupSummary();
2287 boolean isChild = sbn.getNotification().isGroupChild();
2318 final Notification notification = record.sbn.getNotification();
2766 if (r.getNotification().deleteIntent != null) {
2768 r.getNotification()
[all...]
H A DValidateNotificationPeople.java120 if (record == null || record.getNotification() == null) {
205 final Bundle extras = record.getNotification().extras;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationData.java130 final int aPriority = na.getNotification().priority;
131 final int bPriority = nb.getNotification().priority;
167 return (int) (nb.getNotification().when - na.getNotification().when);
265 if (sbn.getNotification().visibility == Notification.VISIBILITY_SECRET &&
296 && sbn.getNotification().extras.getBoolean(Notification.EXTRA_ALLOW_DURING_SETUP);
330 pw.println(" notification=" + n.getNotification());
332 pw.println(" tickerText=\"" + n.getNotification().tickerText + "\"");
H A DNotificationOverflowIconsView.java59 notification.notification.getNotification());
63 applyColor(notification.notification.getNotification(), v);
H A DBaseStatusBar.java824 final int color = sbn.getNotification().color;
1266 RemoteViews contentView = sbn.getNotification().contentView;
1267 RemoteViews bigContentView = sbn.getNotification().bigContentView;
1268 RemoteViews headsUpContentView = sbn.getNotification().headsUpContentView;
1275 Log.v(TAG, "publicNotification: " + sbn.getNotification().publicVersion);
1278 Notification publicNotification = sbn.getNotification().publicVersion;
1413 entry.notification.getNotification().getSmallIcon(),
1414 entry.notification.getNotification().iconLevel,
1415 entry.notification.getNotification().number,
1416 entry.notification.getNotification()
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java78 Notification notif = sbn.getNotification();
117 Notification notif = sbn.getNotification();
147 if (!sbn.getNotification().isGroupChild()) {
161 if (!sbn.getNotification().isGroupSummary()) {
198 if (!sbn.getNotification().isGroupChild()) {
H A DPhoneStatusBar.java1212 if (!isHeadsUped && notification.getNotification().fullScreenIntent != null) {
1222 notification.getNotification().fullScreenIntent.send();
1296 int vis = ent.notification.getNotification().visibility;
1550 entry.notification.getNotification().extras
2117 final Notification notification = sbn.getNotification();
/frameworks/support/v4/honeycomb/android/support/v4/app/
H A DNotificationCompatHoneycomb.java52 return b.getNotification();
/frameworks/support/v4/ics/android/support/v4/app/
H A DNotificationCompatIceCreamSandwich.java66 return b.getNotification();
/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
H A DNotificationListenerService.java189 * result from {@link StatusBarNotification#getNotification} may be missing some heavyweight
210 * result from {@link StatusBarNotification#getNotification} may be missing some heavyweight
473 Notification notification = sbn.getNotification();
692 Notification.Builder.rebuild(getContext(), sbn.getNotification());
694 createLegacyIconExtras(sbn.getNotification());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java212 return entry.notification.getNotification().fullScreenIntent != null;
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java988 packageName, packageName, tag, 0x0, builder.getNotification(), idReceived,
1026 0x0, builder.getNotification(), idReceived, UserHandle.USER_OWNER);
/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 539 milliseconds