Searched refs:getCurrentColors (Results 1 – 2 of 2) sorted by relevance
292 val colorsDisabledByPolicy = tileView.getCurrentColors() in testDisabledByPolicyInactive_usesUnavailableColors()295 val colorsUnavailable = tileView.getCurrentColors() in testDisabledByPolicyInactive_usesUnavailableColors()310 val colorsDisabledByPolicy = tileView.getCurrentColors() in testDisabledByPolicyActive_usesUnavailableColors()313 val colorsUnavailable = tileView.getCurrentColors() in testDisabledByPolicyActive_usesUnavailableColors()327 val activeColors = tileView.getCurrentColors() in testDisableByPolicyThenRemoved_changesColor()331 assertThat(tileView.getCurrentColors()).isNotEqualTo(activeColors) in testDisableByPolicyThenRemoved_changesColor()335 assertThat(tileView.getCurrentColors()).containsExactlyElementsIn(activeColors) in testDisableByPolicyThenRemoved_changesColor()
1058 internal fun getCurrentColors(): List<Int> = in <lambda>() method