Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/domain/interactor/
H A DCurrentTilesInteractorImplTest.kt545 val otherCustomTileSpec = TileSpec.create("custom(b/c)") regex
547 val currentSpecs = listOf(CUSTOM_TILE_SPEC, TileSpec.create("a"), otherCustomTileSpec)
553 otherCustomTileSpec,