Home
last modified time | relevance | path

Searched refs:CUSTOM_TILE_SPEC (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSTileHostTest.java203 } else if (CUSTOM_TILE_SPEC.equals(spec)) { in setUpTileFactory()
390 saveSetting(CUSTOM_TILE_SPEC); in testNoRepeatedSpecs_customTile()
396 assertEquals(CUSTOM_TILE_SPEC, mQSTileHost.getSpecs().get(0)); in testNoRepeatedSpecs_customTile()
407 assertEquals(CUSTOM_TILE_SPEC, mQSTileHost.getSpecs().get(0)); in testAddedAtBeginningOnDefault_customTile()
418 assertEquals(CUSTOM_TILE_SPEC, mQSTileHost.getSpecs().get(0)); in testAddedAtBeginning_customTile()
533 saveSetting("spec1," + CUSTOM_TILE_SPEC); in testRemoveTileByUserInMainThread()
628 saveSetting(CUSTOM_TILE_SPEC); in testSetTileRemoved_afterCustomTileChangedByUser()
641 saveSetting(CUSTOM_TILE_SPEC); in testSetTileRemoved_removedByUser()
655 saveSetting("spec1," + CUSTOM_TILE_SPEC); in testSetTileRemoved_removedBySystem()
660 mQSTileHost.removeTile(CUSTOM_TILE_SPEC); in testSetTileRemoved_removedBySystem()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/interactor/
H A DCurrentTilesInteractorImplTest.kt146 CUSTOM_TILE_SPEC,
187 CUSTOM_TILE_SPEC,
373 val specs = listOf(CUSTOM_TILE_SPEC)
477 val specs = listOf(TileSpec.create("a"), CUSTOM_TILE_SPEC)
483 underTest.removeTiles(listOf(CUSTOM_TILE_SPEC))
578 val specs = listOf(TileSpec.create("a"), CUSTOM_TILE_SPEC)
586 stateCustom.spec = CUSTOM_TILE_SPEC.spec
609 listOf(TileSpec.create("a"), CUSTOM_TILE_SPEC)
648 assertThat(tiles!![1].spec).isEqualTo(CUSTOM_TILE_SPEC)
663 CUSTOM_TILE_SPEC.spec ->
[all …]