Searched refs:groupKey (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DStatusBarNotification.java36 private String groupKey; field in class:StatusBarNotification
73 this.groupKey = groupKey();
92 this.groupKey = groupKey();
115 this.groupKey = groupKey();
126 private String groupKey() { method in class:StatusBarNotification
318 return groupKey;
326 groupKey
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationGroupManager.java88 String groupKey = getGroupKey(sbn);
89 final NotificationGroup group = mGroupMap.get(groupKey);
105 mGroupMap.remove(groupKey);
113 String groupKey = getGroupKey(sbn);
114 NotificationGroup group = mGroupMap.get(groupKey);
117 mGroupMap.put(groupKey, group);
167 private int getNumberOfIsolatedChildren(String groupKey) { argument
170 if (sbn.getGroupKey().equals(groupKey) && isIsolated(sbn)) {
177 private NotificationData.Entry getIsolatedChild(String groupKey) { argument
179 if (sbn.getGroupKey().equals(groupKey)
235 isGroupSuppressed(String groupKey) argument
317 getGroupSummary(String groupKey) argument
[all...]
/frameworks/support/compat/kitkat/android/support/v4/app/
H A DNotificationCompatKitKat.java45 ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary,
84 if (groupKey != null) {
85 mExtras.putString(NotificationCompatJellybean.EXTRA_GROUP_KEY, groupKey);
39 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView) argument
/frameworks/support/compat/api20/android/support/v4/app/
H A DNotificationCompatApi20.java44 ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary,
73 .setGroup(groupKey)
38 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, ArrayList<String> people, Bundle extras, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView) argument
/frameworks/support/compat/api24/android/support/v4/app/
H A DNotificationCompatApi24.java59 int visibility, Notification publicVersion, String groupKey, boolean groupSummary,
90 .setGroup(groupKey)
52 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, CharSequence[] remoteInputHistory, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView) argument
/frameworks/support/compat/jellybean/android/support/v4/app/
H A DNotificationCompatJellybean.java40 static final String EXTRA_GROUP_KEY = "android.support.groupKey";
80 Bundle extras, String groupKey, boolean groupSummary, String sortKey,
114 if (groupKey != null) {
115 mExtras.putString(EXTRA_GROUP_KEY, groupKey);
74 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, Bundle extras, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView) argument
/frameworks/support/compat/api21/android/support/v4/app/
H A DNotificationCompatApi21.java70 int visibility, Notification publicVersion, String groupKey, boolean groupSummary,
100 .setGroup(groupKey)
63 Builder(Context context, Notification n, CharSequence contentTitle, CharSequence contentText, CharSequence contentInfo, RemoteViews tickerView, int number, PendingIntent contentIntent, PendingIntent fullScreenIntent, Bitmap largeIcon, int progressMax, int progress, boolean progressIndeterminate, boolean showWhen, boolean useChronometer, int priority, CharSequence subText, boolean localOnly, String category, ArrayList<String> people, Bundle extras, int color, int visibility, Notification publicVersion, String groupKey, boolean groupSummary, String sortKey, RemoteViews contentView, RemoteViews bigContentView, RemoteViews headsUpContentView) argument
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkStatsCollection.java573 final Key groupKey = new Key(null, key.uid, key.set, key.tag);
574 NetworkStatsHistory groupHistory = grouped.get(groupKey);
577 grouped.put(groupKey, groupHistory);
/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHelper.java251 final String groupKey = record.getGroupKey();
253 if (isGroupSummary || !mProxyByGroupTmp.containsKey(groupKey)) {
254 mProxyByGroupTmp.put(groupKey, record);
H A DNotificationManagerService.java3374 String groupKey = r.getGroupKey();
3375 NotificationRecord groupSummary = mSummaryByGroupKey.get(groupKey);
3377 mSummaryByGroupKey.remove(groupKey);
/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java1501 * @param groupKey The group key of the group.
1504 public Builder setGroup(String groupKey) { argument
1505 mGroupKey = groupKey;
/frameworks/base/core/java/android/app/
H A DNotification.java2165 sb.append(" groupKey=");
2980 * @param groupKey The group key of the group.
2983 public Builder setGroup(String groupKey) { argument
2984 mN.mGroupKey = groupKey;

Completed in 1926 milliseconds