Home
last modified time | relevance | path

Searched refs:GROUP_2 (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DGroupedAggregatedLogRecordsTest.java41 private static final int GROUP_2 = 2; field in GroupedAggregatedLogRecordsTest
118 assertThat(records.add(createRecord(GROUP_2, KEY_2, createTime++))).isNull(); in record_differentGroups_recordsKeptSeparate()
119 assertThat(records.add(createRecord(GROUP_2, KEY_2, createTime++))).isNull(); in record_differentGroups_recordsKeptSeparate()
122 assertGroupHeadersWrittenOnce(records, GROUP_1, GROUP_2); in record_differentGroups_recordsKeptSeparate()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DShadeListBuilderTest.java213 addGroupChild(1, PACKAGE_1, GROUP_2); in testNotifsWithDifferentGroupKeysAreGrouped()
214 addGroupSummary(2, PACKAGE_1, GROUP_2); in testNotifsWithDifferentGroupKeysAreGrouped()
215 addGroupChild(3, PACKAGE_1, GROUP_2); in testNotifsWithDifferentGroupKeysAreGrouped()
217 addGroupChild(5, PACKAGE_1, GROUP_2); in testNotifsWithDifferentGroupKeysAreGrouped()
306 addGroupChild(1, PACKAGE_4, GROUP_2); in testGroupsWithNoSummaryAreUngrouped()
307 addGroupChild(2, PACKAGE_4, GROUP_2); in testGroupsWithNoSummaryAreUngrouped()
308 addGroupChild(3, PACKAGE_4, GROUP_2); in testGroupsWithNoSummaryAreUngrouped()
309 addGroupChild(4, PACKAGE_4, GROUP_2); in testGroupsWithNoSummaryAreUngrouped()
1147 addGroupChild(2, PACKAGE_3, GROUP_2); in testGroupTransformEntriesOnSecondRun()
1154 addGroupChild(4, PACKAGE_3, GROUP_2); in testGroupTransformEntriesOnSecondRun()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionsRepositoryTest.kt1463 private val GROUP_2 = ParcelUuid(UUID.randomUUID()) in <lambda>() constant
1467 whenever(it.groupUuid).thenReturn(GROUP_2) in <lambda>()
1474 groupUuid = GROUP_2, in <lambda>()