Home
last modified time | relevance | path

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

12345678910>>...22

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupMembershipManagerTest.kt48 val groupKey = "group" in isChildInGroup_summary() constant
67 val groupKey = "group" in isGroupSummary_summary() constant
80 val groupKey = "group" in isGroupSummary_child() constant
100 val groupKey = "group" in getGroupSummary_summary() constant
113 val groupKey = "group" in getGroupSummary_child() constant
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/
H A DFileGroupsMetadata.java39 ListenableFuture<@NullableType DataFileGroupInternal> read(GroupKey groupKey); in read()
47 ListenableFuture<Boolean> write(GroupKey groupKey, DataFileGroupInternal fileGroup); in write()
53 ListenableFuture<Boolean> remove(GroupKey groupKey); in remove()
56 ListenableFuture<@NullableType GroupKeyProperties> readGroupKeyProperties(GroupKey groupKey); in readGroupKeyProperties()
63 GroupKey groupKey, GroupKeyProperties groupKeyProperties); in writeGroupKeyProperties()
H A DSharedPreferencesFileGroupsMetadata.java92 public ListenableFuture<@NullableType DataFileGroupInternal> read(GroupKey groupKey) { in read()
104 public ListenableFuture<Boolean> write(GroupKey groupKey, DataFileGroupInternal fileGroup) { in write()
113 public ListenableFuture<Boolean> remove(GroupKey groupKey) { in remove()
123 GroupKey groupKey) { in readGroupKeyProperties()
137 GroupKey groupKey, GroupKeyProperties groupKeyProperties) { in writeGroupKeyProperties()
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
H A DFileGroupManagerTest.java946 GroupKey groupKey = in removeFileGroup_noVersionExists() local
979 GroupKey groupKey = in removeFileGroup_pendingVersionExists() local
1039 GroupKey groupKey = in removeFileGroup_downloadedVersionExists() local
1098 GroupKey groupKey = in removeFileGroup_bothVersionsExist() local
1169 GroupKey groupKey = in removeFileGroup_bothVersionsExist_onlyRemovePending() local
1233 GroupKey groupKey = in removeFileGroup_fileReferencedByOtherFileGroup_willNotCancelDownload() local
1294 GroupKey groupKey = in removeFileGroup_onFailure() local
2262 GroupKey groupKey = GroupKey.newBuilder().setGroupName("non-existing-group").build(); in testImportFilesIntoFileGroup_whenExistingGroupDoesNotExist_fails() local
2297 GroupKey groupKey = GroupKey.newBuilder().setGroupName(TEST_GROUP).build(); in testImportFilesIntoFileGroup_whenExistingPendingGroupDoesNotMatchIdentifiers_fails() local
2337 GroupKey groupKey = GroupKey.newBuilder().setGroupName(TEST_GROUP).build(); in testImportFilesIntoFileGroup_whenExistingDownloadedGroupDoesNotMatchIdentifiers_fails() local
[all …]
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
H A DMobileDataDownloadTest.java395 GroupKey groupKey = in addFileGroupWithFileGroupKey() local
439 GroupKey groupKey = in addFileGroupWithFileGroupKey_onFailure() local
490 GroupKey groupKey = in addFileGroupWithFileGroupKey_nullAccount() local
528 GroupKey groupKey = in removeFileGroup_onSuccess_returnsTrue() local
568 GroupKey groupKey = in removeFileGroup_onFailure_returnsFalse() local
608 GroupKey groupKey = in removeFileGroup_withAccount_returnsTrue() local
648 GroupKey groupKey = in removeFileGroup_withVariantId_returnsTrue() local
999 GroupKey groupKey = in getFileGroup_withAccount() local
1053 GroupKey groupKey = in getFileGroup_withVariantId() local
1716 GroupKey groupKey = in getFileGroupsByFilter_singleGroup() local
[all …]
/aosp_15_r20/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_noChildren_prependsHighRankNotification() local
835 String groupKey = mImportantForeground.getStatusBarNotification().getGroupKey(); in onAdditionalGroupAndRank_notGroupSummary_isUpdate_notificationUpdated() local
996 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_addToExistingGroup_groupSurpassGroupingThresholdExist() local
1027 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_addNewNotification_notSurpassGroupingThreshold() local
1054 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_createsNewGroup_surpassGroupingThreshold() local
1083 String groupKey = "TEST_GROUP_KEY"; in onAdditionalGroupAndRank_doesNotGroup_groupSummaryMissing() local
1332 private void generateNotificationsWithSameGroupKey(int numberOfNotifications, String groupKey) { in generateNotificationsWithSameGroupKey()
1347 private void generateGroupSummaryNotification(String groupKey) { in generateGroupSummaryNotification()
1452 private List<NotificationGroup> getGroupsWithGroupKey(String groupKey, in getGroupsWithGroupKey()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/notification/
H A DGroupHelper.java851 final String groupKey = record.getSbn().getGroupKey(); in isGroupChildBundled() local
1270 record GroupUpdateOp(FullyQualifiedGroupKey groupKey, NotificationRecord record, in moveNotificationsToNewSection()
1445 private static int getNumChildrenForGroup(@NonNull final String groupKey, in getNumChildrenForGroup()
1466 final String groupKey = record.getSbn().getGroup(); in isGroupSummaryWithoutChildren() local
1479 final String groupKey = record.getSbn().getGroupKey(); in isGroupChildWithoutSummary() local
1654 private int getNumChildrenForGroupWithSection(final String groupKey, in getNumChildrenForGroupWithSection()
1683 final FullyQualifiedGroupKey groupKey = new FullyQualifiedGroupKey(record.getUserId(), in cacheCanceledSummary() local
1953 void removeAutoGroupSummary(int user, String pkg, String groupKey); in removeAutoGroupSummary()
1955 void updateAutogroupSummary(int userId, String pkg, String groupKey, in updateAutogroupSummary()
1961 void removeNotificationFromCanceledGroup(int userId, String pkg, String groupKey, in removeNotificationFromCanceledGroup()
[all …]
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/downloader/
H A DDownloaderCallbackImpl.java70 private final GroupKey groupKey; field in DownloaderCallbackImpl
83 GroupKey groupKey, in DownloaderCallbackImpl()
245 GroupKey groupKey, in applyDownloadTransforms()
298 GroupKey groupKey, in applyZipDownloadTransforms()
H A DDeltaFileDownloaderCallbackImpl.java67 private final GroupKey groupKey; field in DeltaFileDownloaderCallbackImpl
85 GroupKey groupKey, in DeltaFileDownloaderCallbackImpl()
/aosp_15_r20/out/soong/.intermediates/external/mobile-data-download/mobile_data_downloader_lib/android_common_apex33/javac/anno/com/google/android/libraries/mobiledatadownload/internal/collect/
DAutoValue_GroupKeyAndGroup.java9 private final MetadataProto.GroupKey groupKey; field in AutoValue_GroupKeyAndGroup
14 MetadataProto.GroupKey groupKey, in AutoValue_GroupKeyAndGroup()
27 public MetadataProto.GroupKey groupKey() { in groupKey() method in AutoValue_GroupKeyAndGroup
/aosp_15_r20/out/soong/.intermediates/external/mobile-data-download/mobile_data_downloader_lib/android_common_apex30/javac/anno/com/google/android/libraries/mobiledatadownload/internal/collect/
DAutoValue_GroupKeyAndGroup.java9 private final MetadataProto.GroupKey groupKey; field in AutoValue_GroupKeyAndGroup
14 MetadataProto.GroupKey groupKey, in AutoValue_GroupKeyAndGroup()
27 public MetadataProto.GroupKey groupKey() { in groupKey() method in AutoValue_GroupKeyAndGroup
/aosp_15_r20/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
H A DGroupedAggregatedLogRecordsTest.java166 private TestSingleLogRecord createRecord(int groupKey, int aggregateKey, long createTime) { in createRecord()
215 void dumpGroupHeader(IndentingPrintWriter pw, int groupKey) { in dumpGroupHeader()
220 long findGroupKeyProtoFieldId(int groupKey) { in findGroupKeyProtoFieldId()
233 TestSingleLogRecord(int groupKey, int aggregateKey, long createTime) { in TestSingleLogRecord()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
DIconGroupInfo.java12 private final java.lang.String groupKey = null; field in IconGroupInfo
15 android.graphics.drawable.Icon sourceIcon, @org.jetbrains.annotations.NotNull() in IconGroupInfo()
53 android.graphics.drawable.Icon sourceIcon, @org.jetbrains.annotations.NotNull() in copy()
DNotificationIconInfo.java17 private final java.lang.String groupKey = null; field in NotificationIconInfo
21 java.lang.String notifKey, @org.jetbrains.annotations.NotNull() in NotificationIconInfo()
59 java.lang.String notifKey, @org.jetbrains.annotations.NotNull() in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescerLogger.java24 public final void logEmitBatch(@org.jetbrains.annotations.NotNull() in logEmitBatch()
29 java.lang.String modifiedKey, @org.jetbrains.annotations.NotNull() in logEarlyEmit()
34 java.lang.String modifiedKey, @org.jetbrains.annotations.NotNull() in logMaxBatchTimeout()
/aosp_15_r20/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()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/vibrator/
H A DGroupedAggregatedLogRecords.java46 abstract void dumpGroupHeader(IndentingPrintWriter pw, int groupKey); in dumpGroupHeader()
49 abstract long findGroupKeyProtoFieldId(int groupKey); in findGroupKeyProtoFieldId()
60 int groupKey = record.getGroupKey(); in add() local
/aosp_15_r20/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.java389 public void setExpanded(String groupKey, boolean isSeen, boolean isExpanded) { in setExpanded()
420 boolean isExpanded(String groupKey, boolean isSeen) { in isExpanded()
653 public boolean shouldRemoveGroupSummary(String groupKey) { in shouldRemoveGroupSummary()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/
H A DNotificationIconsViewData.kt100 val groupKey: String, constant in com.android.systemui.statusbar.notification.icon.ui.viewmodel.NotificationIconInfo
109 groupKey?.let { groupKey -> in ActiveNotificationModel() method
124 val groupKey: String, constant in com.android.systemui.statusbar.notification.icon.ui.viewmodel.IconGroupInfo
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/collect/
H A DGroupKeyAndGroup.java27 public static GroupKeyAndGroup create(GroupKey groupKey, DataFileGroupInternal dataFileGroup) { in create()
31 public abstract GroupKey groupKey(); in groupKey() method in GroupKeyAndGroup
/aosp_15_r20/cts/tests/tests/notification/src/android/app/notification/current/cts/
H A DBaseNotificationManagerTest.java312 String groupKey, final int icon) { in sendNotification()
316 protected void sendNotification(final int id, String groupKey, final int icon, boolean isCall, in sendNotification()
322 String groupKey, boolean isSummary, final int icon, in sendNotification()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/shared/
DActiveNotificationModel.java23 private final java.lang.String groupKey = null; field in ActiveNotificationModel
137 java.lang.String key, @org.jetbrains.annotations.Nullable() in ActiveNotificationModel()
406 java.lang.String key, @org.jetbrains.annotations.Nullable() in copy()
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationAttentionHelperTest.java433 private NotificationRecord getBeepyNotificationRecord(String groupKey, int groupAlertBehavior) { in getBeepyNotificationRecord()
438 private NotificationRecord getLightsNotificationRecord(String groupKey, in getLightsNotificationRecord()
447 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
457 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
467 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getNotificationRecord()
542 boolean defaultSound, boolean defaultLights, String groupKey, int groupAlertBehavior, in getConversationNotificationRecord()
552 private NotificationRecord getAutogroupSummaryNotificationRecord(int id, String groupKey, in getAutogroupSummaryNotificationRecord()
2633 final String groupKey = "grup_name"; in testBeepVolume_politeNotif_AvalancheStrategy_exempt_msgCategory() local
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/logging/
H A DFileGroupStatsLogger.java76 GroupKey groupKey = pair.groupKey(); in buildFileGroupStatusList() local
108 DataFileGroupInternal dataFileGroup, GroupKey groupKey, int daysSinceLastLog) { in buildFileGroupStatus()

12345678910>>...22