Home
last modified time | relevance | path

Searched refs:getNotification (Results 1 – 25 of 38) 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()
DImportanceExtractor.java35 if (record == null || record.getNotification() == null) { in process()
DVisibilityExtractor.java35 if (record == null || record.getNotification() == null) { in process()
DPriorityExtractor.java35 if (record == null || record.getNotification() == null) { in process()
DZenModeFiltering.java98 return record != null && record.sbn != null && record.sbn.getNotification() != null in extras()
99 ? record.sbn.getNotification().extras : null; in extras()
DNotificationManagerService.java1532 && (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 …]
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.java123 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()
DNotificationOverflowIconsView.java59 notification.notification.getNotification()); in addNotification()
63 applyColor(notification.notification.getNotification(), v); in addNotification()
DBaseStatusBar.java617 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) {
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.java151 && 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/
DNotificationsActivity.java63 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/
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/compat/honeycomb/android/support/v4/app/
DNotificationCompatHoneycomb.java52 return b.getNotification(); in add()
/frameworks/support/compat/ics/android/support/v4/app/
DNotificationCompatIceCreamSandwich.java66 return b.getNotification(); in build()

12