Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
H A DSliceBuilderUtilsTest.java370 final int actualIconResource = primaryAction.getIcon().toIcon().getResId(); in buildIntentSlice_noIconPassed_returnsSliceWithIcon() local
371 assertThat(actualIconResource).isEqualTo(expectedIconResource); in buildIntentSlice_noIconPassed_returnsSliceWithIcon()
389 final int actualIconResource = primaryAction.getIcon().toIcon().getResId(); in buildDisabledDependentSlice_noIconPassed_returnsSliceWithIcon() local
390 assertThat(actualIconResource).isEqualTo(expectedIconResource); in buildDisabledDependentSlice_noIconPassed_returnsSliceWithIcon()
405 assertThat(actualIconResource).isEqualTo(expectedIconResource); in buildToggleSlice_noIconPassed_returnsSliceWithIcon()
419 assertThat(actualIconResource).isEqualTo(expectedIconResource); in buildSliderSlice_noIconPassed_returnsSliceWithIcon()
439 final int actualIconResource = actualIcon.toIcon().getResId(); in getSafeIcon_replacesEmptyIconWithSettingsIcon() local
440 assertThat(actualIconResource).isNotEqualTo(zeroIcon); in getSafeIcon_replacesEmptyIconWithSettingsIcon()
441 assertThat(actualIconResource).isEqualTo(settingsIcon); in getSafeIcon_replacesEmptyIconWithSettingsIcon()
453 final int actualIconResource = actualIcon.toIcon().getResId(); in getSafeIcon_invalidResource_shouldFallbackToSettingsIcon() local
[all …]