Home
last modified time | relevance | path

Searched defs:groupKey (Results 1 – 10 of 10) 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()
322 private void assertSameGroupKey(String groupKey) { in assertSameGroupKey()
334 private void updateGroupKeyOrThrowError(String groupKey) { in updateGroupKeyOrThrowError()
DCarNotificationViewAdapter.java387 public void setExpanded(String groupKey, boolean isSeen, boolean isExpanded) { in setExpanded()
418 boolean isExpanded(String groupKey, boolean isSeen) { in isExpanded()
651 public boolean shouldRemoveGroupSummary(String groupKey) { in shouldRemoveGroupSummary()
DPreprocessingManager.java380 String groupKey; in group() local
696 private AlertEntry findGroupSummaryNotification(String groupKey) { in findGroupSummaryNotification()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DPreprocessingManagerTest.java760 String groupKey = "NEW_GROUP_KEY"; in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() local
800 String groupKey = "NEW_GROUP_KEY"; in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification() local
822 String groupKey = mImportantForeground.getStatusBarNotification().getGroupKey(); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated() local
983 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_addToExistingGroup_groupSurpassGroupingThresholdExist() local
1014 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_addNewNotification_notSurpassGroupingThreshold() local
1041 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_createsNewGroup_surpassGroupingThreshold() local
1070 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_doesNotGroup_groupSummaryMissing() local
1319 private void generateNotificationsWithSameGroupKey(int numberOfNotifications, String groupKey) { in generateNotificationsWithSameGroupKey()
1334 private void generateGroupSummaryNotification(String groupKey) { in generateGroupSummaryNotification()
1439 private List<NotificationGroup> getGroupsWithGroupKey(String groupKey, in getGroupsWithGroupKey()
/packages/modules/Connectivity/framework-t/src/android/net/
DNetworkStatsCollection.java805 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
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/
DGrantPermissionsViewModel.kt1256 for ((groupKey, groupState) in groupStates) { in <lambda>() method