Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileViewImplTest.kt327 val activeColors = tileView.getCurrentColors() in testDisableByPolicyThenRemoved_changesColor() constant
331 assertThat(tileView.getCurrentColors()).isNotEqualTo(activeColors) in testDisableByPolicyThenRemoved_changesColor()
335 assertThat(tileView.getCurrentColors()).containsExactlyElementsIn(activeColors) in testDisableByPolicyThenRemoved_changesColor()