Searched defs:groupKey (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/notification/ |
D | NotificationThrottler.java | 66 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()
|
D | DialerNotificationManager.java | 74 String groupKey = findGroupKey(notifications, tag, id); in cancel() local 119 @NonNull StatusBarNotification[] notifications, @NonNull String groupKey) { in getGroupSummaryAndCount()
|
D | NotificationManagerUtils.java | 28 public static void cancelAllInGroup(@NonNull Context context, @NonNull String groupKey) { in cancelAllInGroup()
|
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | NotificationGroup.java | 113 void setGroupKey(@NonNull String groupKey) { in setGroupKey() 322 private void assertSameGroupKey(String groupKey) { in assertSameGroupKey() 334 private void updateGroupKeyOrThrowError(String groupKey) { in updateGroupKeyOrThrowError()
|
D | CarNotificationViewAdapter.java | 385 public void setExpanded(String groupKey, boolean isSeen, boolean isExpanded) { in setExpanded() 416 boolean isExpanded(String groupKey, boolean isSeen) { in isExpanded() 649 public boolean shouldRemoveGroupSummary(String groupKey) { in shouldRemoveGroupSummary()
|
D | PreprocessingManager.java | 376 String groupKey; in group() local 661 private AlertEntry findGroupSummaryNotification(String groupKey) { in findGroupSummaryNotification()
|
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
D | PreprocessingManagerTest.java | 759 String groupKey = "NEW_GROUP_KEY"; in onAdditionalGroupAndRank_isGroupSummary_maintainsPreviousRanking() local 799 String groupKey = "NEW_GROUP_KEY"; in onAdditionalGroupAndRank_isGroupSummary_prependsHighRankNotification() local 821 String groupKey = mImportantForeground.getStatusBarNotification().getGroupKey(); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated() local 862 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_addToExistingGroup_groupSurpassGroupingThresholdExist() local 893 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_addNewNotification_notSurpassGroupingThreshold() local 920 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_createsNewGroup_surpassGroupingThreshold() local 949 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_doesNotGroup_groupSummaryMissing() local 1197 private void generateNotificationsWithSameGroupKey(int numberOfNotifications, String groupKey) { in generateNotificationsWithSameGroupKey() 1212 private void generateGroupSummaryNotification(String groupKey) { in generateGroupSummaryNotification()
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | NetworkStatsCollection.java | 799 final Key groupKey = new Key(new NetworkIdentitySet(), key.uid, key.set, key.tag); in dumpCheckin() local
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | BugleNotifications.java | 846 final String groupKey = "groupkey"; in setWearableGroupOptions() local
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/ |
D | GrantPermissionsViewModel.kt | 1071 for ((groupKey, groupState) in groupStates) { in <lambda>() method
|