Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/
DQSTileViewImplTest.kt295 val colorsUnavailable = tileView.getCurrentColors() in testDisabledByPolicyInactive_usesUnavailableColors() constant
297 assertThat(colorsDisabledByPolicy).containsExactlyElementsIn(colorsUnavailable) in testDisabledByPolicyInactive_usesUnavailableColors()
313 val colorsUnavailable = tileView.getCurrentColors() in testDisabledByPolicyActive_usesUnavailableColors() constant
315 assertThat(colorsDisabledByPolicy).containsExactlyElementsIn(colorsUnavailable) in testDisabledByPolicyActive_usesUnavailableColors()