Home
last modified time | relevance | path

Searched refs:getNotification (Results 1 – 25 of 44) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java108 mOriginalFlags = sbn.getNotification().flags; in NotificationRecord()
118 final Notification n = sbn.getNotification(); in defaultImportance()
185 public Notification getNotification() { return sbn.getNotification(); } in getNotification() method in NotificationRecord
186 public int getFlags() { return sbn.getNotification().flags; } in getFlags()
193 final Notification notification = sbn.getNotification(); in dump()
316 this.sbn.getNotification()); in toString()
421 return Objects.equals(getNotification().category, category); in isCategory()
425 return getNotification().audioStreamType == stream; in isAudioStream()
429 final AudioAttributes attributes = getNotification().audioAttributes; in isAudioAttributesUsage()
483 Notification n = getNotification(); in calculateRankingTimeMs()
DNotificationComparator.java43 final int leftPriority = left.sbn.getNotification().priority; in compare()
44 final int rightPriority = right.sbn.getNotification().priority; in compare()
DNotificationIntrusivenessExtractor.java42 if (record == null || record.getNotification() == null) { in process()
48 final Notification notification = record.getNotification(); in process()
DVisibilityExtractor.java35 if (record == null || record.getNotification() == null) { in process()
DImportanceExtractor.java35 if (record == null || record.getNotification() == null) { in process()
DPriorityExtractor.java35 if (record == null || record.getNotification() == null) { in process()
DZenModeFiltering.java96 return record != null && record.sbn != null && record.sbn.getNotification() != null in extras()
97 ? record.sbn.getNotification().extras : null; in extras()
DNotificationManagerService.java1518 && (sbn.getNotification().flags
1528 sbn.getNotification().clone(),
2262 adjustedSbn.getNotification().extras.getParcelable( in maybeAddAutobundleSummary()
2268 adjustedSbn.getNotification().getSmallIcon()) in maybeAddAutobundleSummary()
2273 .setColor(adjustedSbn.getNotification().color) in maybeAddAutobundleSummary()
2489 sbn.getNotification().flags =
2620 final Notification notification = n.getNotification(); in run()
2681 old.getNotification().flags & Notification.FLAG_FOREGROUND_SERVICE; in run()
2728 Notification n = sbn.getNotification(); in handleGroupedNotificationLocked()
2738 Notification oldN = old != null ? old.sbn.getNotification() : null; in handleGroupedNotificationLocked()
[all …]
DRankingHelper.java252 boolean isGroupSummary = record.getNotification().isGroupSummary(); in sort()
262 String groupSortKey = record.getNotification().getSortKey(); in sort()
278 boolean isGroupSummary = record.getNotification().isGroupSummary(); in sort()
DNotificationUsageStats.java411 final Notification n = record.getNotification(); in countApiUse()
1245 outCv.put(COL_FLAGS, r.getNotification().flags); in putNotificationDetails()
1258 if (r.getNotification().category != null) { in putNotificationDetails()
1259 outCv.put(COL_CATEGORY, r.getNotification().category); in putNotificationDetails()
1261 outCv.put(COL_ACTION_COUNT, r.getNotification().actions != null ? in putNotificationDetails()
1262 r.getNotification().actions.length : 0); in putNotificationDetails()
DValidateNotificationPeople.java123 if (record == null || record.getNotification() == null) { in process()
208 final Bundle extras = record.getNotification().extras; in validatePeople()
/frameworks/base/core/java/android/service/notification/
DStatusBarNotification.java120 if (overrideGroupKey != null && getNotification().isGroupSummary()) { in key()
130 final String group = getNotification().getGroup(); in groupKey()
131 final String sortKey = getNotification().getSortKey(); in groupKey()
157 if (getNotification().getGroup() != null || getNotification().getSortKey() != null) { in isAppGroup()
289 public Notification getNotification() { in getNotification() method in StatusBarNotification
DNotificationListenerService.java567 Notification notification = sbn.getNotification(); in getActiveNotifications()
878 createLegacyIconExtras(sbn.getNotification()); in onNotificationPosted()
879 maybePopulateRemoteViews(sbn.getNotification()); in onNotificationPosted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java124 notification.getNotification().extras.getBoolean( in cacheContentViews()
139 = Notification.Builder.recoverBuilder(ctx, notification.getNotification()); in cacheContentViews()
233 return (int) (nb.getNotification().when - na.getNotification().when);
386 (sbn.getNotification().visibility == Notification.VISIBILITY_SECRET in shouldFilterOut()
418 && sbn.getNotification().extras.getBoolean(Notification.EXTRA_ALLOW_DURING_SETUP); in showNotificationEvenIfUnprovisioned()
454 pw.println(" notification=" + n.getNotification()); in dumpEntry()
456 pw.println(" tickerText=\"" + n.getNotification().tickerText + "\""); in dumpEntry()
DNotificationOverflowIconsView.java59 notification.notification.getNotification()); in addNotification()
63 applyColor(notification.notification.getNotification(), v); in addNotification()
DBaseStatusBar.java610 processForRemoteInput(sbn.getNotification());
1592 Log.v(TAG, "no contentView for: " + sbn.getNotification());
1725 entry.autoRedacted = entry.notification.getNotification().publicVersion == null;
1875 Notification notification = sbn.getNotification();
2007 int flags = sbn.getNotification().flags;
2018 Notification notification = sbn.getNotification();
2186 Notification n = sbn.getNotification();
2352 Notification n = notification.getNotification();
2355 boolean applyInPlace = entry.cacheContentViews(mContext, notification.getNotification());
2544 if (sbn.getNotification().fullScreenIntent != null) {
DNotificationHeaderUtil.java42 return row.getStatusBarNotification().getNotification();
201 || mRow.getStatusBarNotification().getNotification().showsTime() in sanitizeHeader()
DNotificationContentView.java935 mSingleLineView, mStatusBarNotification.getNotification());
949 Notification.Action[] actions = entry.notification.getNotification().actions;
1005 int color = entry.notification.getNotification().color;
1016 Notification.Action[] actions = entry.notification.getNotification().actions;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java160 && group.summary.notification.getNotification().isGroupSummary() in updateSuppression()
213 return isGroupSuppressed(getGroupKey(sbn)) && sbn.getNotification().isGroupSummary(); in isSummaryOfSuppressedGroup()
217 return !sbn.getNotification().isGroupSummary() in isOnlyChild()
344 return sbn.getNotification().isGroupSummary(); in isGroupSummary()
351 return sbn.isGroup() && !sbn.getNotification().isGroupSummary(); in isGroupChild()
407 || !sbn.getNotification().isGroupSummary() in handleSuppressedSummaryHeadsUpped()
432 return (sbn.isGroup() && !sbn.getNotification().isGroupSummary()) in shouldIsolate()
433 && (sbn.getNotification().fullScreenIntent != null in shouldIsolate()
DPhoneStatusBar.java1418 if (!isHeadsUped && notification.getNotification().fullScreenIntent != null) { in addNotification()
1440 notification.getNotification().fullScreenIntent.send(); in addNotification()
1489 .recoverBuilder(mContext, sbn.getNotification().clone()); in removeNotification()
1490 CharSequence[] oldHistory = sbn.getNotification().extras in removeNotification()
1507 newNotification.contentView = sbn.getNotification().contentView; in removeNotification()
1508 newNotification.bigContentView = sbn.getNotification().bigContentView; in removeNotification()
1509 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView; in removeNotification()
1628 int vis = ent.notification.getNotification().visibility; in updateNotificationShade()
1926 entry.notification.getNotification().extras in findAndUpdateMediaNotifications()
2553 final Notification notification = sbn.getNotification(); in maybeEscalateHeadsUp()
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DUiBot.java51 public UiObject getNotification(String text) { in getNotification() method in UiBot
66 UiObject notification = getNotification(text); in clickOnNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationBigPictureTemplateViewWrapper.java45 final Bundle extras = notification.getNotification().extras; in updateImageTag()
DNotificationTemplateViewWrapper.java120 notification.getNotification().getLargeIcon()); in resolveTemplateViews()
/frameworks/support/v4/honeycomb/android/support/v4/app/
DNotificationCompatHoneycomb.java52 return b.getNotification(); in add()
/frameworks/support/v4/ics/android/support/v4/app/
DNotificationCompatIceCreamSandwich.java66 return b.getNotification(); in build()

12