Home
last modified time | relevance | path

Searched refs:stateCustom (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.kt584 val stateCustom = QSTile.BooleanState() regex
585 stateCustom.fillIn(Tile.STATE_ACTIVE, "B", "BB")
586 stateCustom.spec = CUSTOM_TILE_SPEC.spec
587 whenever(tiles!![1].tile.state).thenReturn(stateCustom)
593 assertThat(MessageNano.messageNanoEquals(proto.tiles[1], stateCustom.toProto()))