/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 108 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()
|
D | NotificationComparator.java | 43 final int leftPriority = left.sbn.getNotification().priority; in compare() 44 final int rightPriority = right.sbn.getNotification().priority; in compare()
|
D | NotificationIntrusivenessExtractor.java | 42 if (record == null || record.getNotification() == null) { in process() 48 final Notification notification = record.getNotification(); in process()
|
D | ImportanceExtractor.java | 35 if (record == null || record.getNotification() == null) { in process()
|
D | VisibilityExtractor.java | 35 if (record == null || record.getNotification() == null) { in process()
|
D | PriorityExtractor.java | 35 if (record == null || record.getNotification() == null) { in process()
|
D | ZenModeFiltering.java | 98 return record != null && record.sbn != null && record.sbn.getNotification() != null in extras() 99 ? record.sbn.getNotification().extras : null; in extras()
|
D | NotificationManagerService.java | 1532 && (sbn.getNotification().flags 1542 sbn.getNotification().clone(), 2277 adjustedSbn.getNotification().extras.getParcelable( in maybeAddAutobundleSummary() 2283 adjustedSbn.getNotification().getSmallIcon()) in maybeAddAutobundleSummary() 2288 .setColor(adjustedSbn.getNotification().color) in maybeAddAutobundleSummary() 2505 sbn.getNotification().flags = 2640 final Notification notification = n.getNotification(); in run() 2701 old.getNotification().flags & Notification.FLAG_FOREGROUND_SERVICE; in run() 2748 Notification n = sbn.getNotification(); in handleGroupedNotificationLocked() 2758 Notification oldN = old != null ? old.sbn.getNotification() : null; in handleGroupedNotificationLocked() [all …]
|
D | RankingHelper.java | 252 boolean isGroupSummary = record.getNotification().isGroupSummary(); in sort() 262 String groupSortKey = record.getNotification().getSortKey(); in sort() 278 boolean isGroupSummary = record.getNotification().isGroupSummary(); in sort()
|
D | NotificationUsageStats.java | 411 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()
|
D | ValidateNotificationPeople.java | 123 if (record == null || record.getNotification() == null) { in process() 208 final Bundle extras = record.getNotification().extras; in validatePeople()
|
/frameworks/base/core/java/android/service/notification/ |
D | StatusBarNotification.java | 120 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
|
D | NotificationListenerService.java | 567 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/ |
D | NotificationData.java | 123 notification.getNotification().extras.getBoolean( in cacheContentViews() 138 = Notification.Builder.recoverBuilder(ctx, notification.getNotification()); in cacheContentViews() 232 return (int) (nb.getNotification().when - na.getNotification().when); 384 (sbn.getNotification().visibility == Notification.VISIBILITY_SECRET in shouldFilterOut() 416 && sbn.getNotification().extras.getBoolean(Notification.EXTRA_ALLOW_DURING_SETUP); in showNotificationEvenIfUnprovisioned() 452 pw.println(" notification=" + n.getNotification()); in dumpEntry() 454 pw.println(" tickerText=\"" + n.getNotification().tickerText + "\""); in dumpEntry()
|
D | NotificationOverflowIconsView.java | 59 notification.notification.getNotification()); in addNotification() 63 applyColor(notification.notification.getNotification(), v); in addNotification()
|
D | BaseStatusBar.java | 617 processForRemoteInput(sbn.getNotification()); 1600 Log.v(TAG, "no contentView for: " + sbn.getNotification()); 1731 entry.autoRedacted = entry.notification.getNotification().publicVersion == null; 1881 Notification notification = sbn.getNotification(); 2013 int flags = sbn.getNotification().flags; 2024 Notification notification = sbn.getNotification(); 2192 Notification n = sbn.getNotification(); 2358 Notification n = notification.getNotification(); 2363 applyInPlace = entry.cacheContentViews(mContext, notification.getNotification()); 2554 if (sbn.getNotification().fullScreenIntent != null) {
|
D | NotificationHeaderUtil.java | 42 return row.getStatusBarNotification().getNotification(); 201 || mRow.getStatusBarNotification().getNotification().showsTime() in sanitizeHeader()
|
D | NotificationContentView.java | 935 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/ |
D | NotificationGroupManager.java | 151 && group.summary.notification.getNotification().isGroupSummary() in updateSuppression() 211 return isGroupSuppressed(getGroupKey(sbn)) && sbn.getNotification().isGroupSummary(); in isSummaryOfSuppressedGroup() 215 return !sbn.getNotification().isGroupSummary() in isOnlyChild() 342 return sbn.getNotification().isGroupSummary(); in isGroupSummary() 349 return sbn.isGroup() && !sbn.getNotification().isGroupSummary(); in isGroupChild() 405 || !sbn.getNotification().isGroupSummary() in handleSuppressedSummaryHeadsUpped() 430 return (sbn.isGroup() && !sbn.getNotification().isGroupSummary()) in shouldIsolate() 431 && (sbn.getNotification().fullScreenIntent != null in shouldIsolate()
|
/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/ |
D | NotificationsActivity.java | 63 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification()); in onPostDirect() 78 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification()); in onPostInterstitial()
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | UiBot.java | 51 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/ |
D | NotificationBigPictureTemplateViewWrapper.java | 45 final Bundle extras = notification.getNotification().extras; in updateImageTag()
|
D | NotificationTemplateViewWrapper.java | 120 notification.getNotification().getLargeIcon()); in resolveTemplateViews()
|
/frameworks/support/compat/honeycomb/android/support/v4/app/ |
D | NotificationCompatHoneycomb.java | 52 return b.getNotification(); in add()
|
/frameworks/support/compat/ics/android/support/v4/app/ |
D | NotificationCompatIceCreamSandwich.java | 66 return b.getNotification(); in build()
|