HomeSort by relevance Sort by last modified time
    Searched defs:groupSummary (Results 1 - 5 of 5) sorted by null

  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
VisualVoicemailNotifier.java 71 Notification.Builder groupSummary =
80 groupSummary.setGroupAlertBehavior(Notification.GROUP_ALERT_CHILDREN);
82 groupSummary.setChannelId(NotificationChannelManager.getVoicemailChannelId(context, handle));
87 getNotificationTagForGroupSummary(), NOTIFICATION_ID, groupSummary.build());
147 return NOTIFICATION_TAG_PREFIX + "GroupSummary";
MissedCallNotifier.java 131 Notification.Builder groupSummary = createNotificationBuilder();
171 groupSummary.setLargeIcon(photoIcon);
188 groupSummary
198 groupSummary.setChannelId(NotificationChannelId.MISSED_CALL);
201 Notification notification = groupSummary.build();
266 return NOTIFICATION_TAG_PREFIX + "GroupSummary";
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 412 final ExpandableNotificationRow groupSummary
414 if (groupSummary != null) {
415 topEntry = groupSummary;
531 final ExpandableNotificationRow groupSummary
533 if (groupSummary != null) {
534 row = groupSummary;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]
  /prebuilts/sdk/current/support/compat/libs/
android-support-compat.jar 

Completed in 214 milliseconds