Home
last modified time | relevance | path

Searched defs:groupKey (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/notification/
DNotificationThrottler.java66 String groupKey = notification.getGroup(); in throttle() local
109 @NonNull Context context, @NonNull String groupKey) { in getSortedMatchingNotifications()
129 @NonNull StatusBarNotification notification, @NonNull String groupKey) { in isNotificationInGroup()
DDialerNotificationManager.java74 String groupKey = findGroupKey(notifications, tag, id); in cancel() local
119 @NonNull StatusBarNotification[] notifications, @NonNull String groupKey) { in getGroupSummaryAndCount()
DNotificationManagerUtils.java28 public static void cancelAllInGroup(@NonNull Context context, @NonNull String groupKey) { in cancelAllInGroup()
/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationGroup.java113 void setGroupKey(@NonNull String groupKey) { in setGroupKey()
349 private void assertSameGroupKey(String groupKey) { in assertSameGroupKey()
361 private void updateGroupKeyOrThrowError(String groupKey) { in updateGroupKeyOrThrowError()
DCarNotificationViewAdapter.java382 public void setExpanded(String groupKey, boolean isSeen, boolean isExpanded) { in setExpanded()
413 boolean isExpanded(String groupKey, boolean isSeen) { in isExpanded()
646 public boolean shouldRemoveGroupSummary(String groupKey) { in shouldRemoveGroupSummary()
DPreprocessingManager.java374 String groupKey; in group() local
721 private AlertEntry findGroupSummaryNotification(String groupKey) { in findGroupSummaryNotification()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java704 String groupKey = "NEW_GROUP_KEY"; in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() local
743 String groupKey = "NEW_GROUP_KEY"; in onAdditionalGroupAndRank_isGroupSummary_noChildren_prependsHighRankNotification() local
778 String groupKey = mImportantForeground.getStatusBarNotification().getGroupKey(); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated() local
801 String groupKey = mProgress.getStatusBarNotification().getGroupKey(); in onAdditionalGroupAndRank_progressUpdate_notificationUpdatedInOrder() local
824 String groupKey = mImportantForeground.getStatusBarNotification().getGroupKey(); in onAdditionalGroupAndRank_progressUpdatesNonProgress_notificationUpdatedNewGroup() local
985 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_addToExistingGroup_groupSurpassGroupingThresholdExist() local
1016 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_addNewNotification_notSurpassGroupingThreshold() local
1043 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_createsNewGroup_surpassGroupingThreshold() local
1072 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_doesNotGroup_groupSummaryMissing() local
1327 private void generateNotificationsWithSameGroupKey(int numberOfNotifications, String groupKey) { in generateNotificationsWithSameGroupKey()
[all …]
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java827 final Key groupKey = new Key(new NetworkIdentitySet(), key.uid, key.set, key.tag); in dumpCheckin() local
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java846 final String groupKey = "groupkey"; in setWearableGroupOptions() local