Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
H A DSliceBuilderUtilsTest.java361 final int expectedIconResource = IconCompat.createWithResource(mContext, in buildIntentSlice_noIconPassed_returnsSliceWithIcon() local
371 assertThat(actualIconResource).isEqualTo(expectedIconResource); in buildIntentSlice_noIconPassed_returnsSliceWithIcon()
376 final int expectedIconResource = IconCompat.createWithResource(mContext, in buildDisabledDependentSlice_noIconPassed_returnsSliceWithIcon() local
390 assertThat(actualIconResource).isEqualTo(expectedIconResource); in buildDisabledDependentSlice_noIconPassed_returnsSliceWithIcon()
395 final int expectedIconResource = IconCompat.createWithResource(mContext, in buildToggleSlice_noIconPassed_returnsSliceWithIcon() local
405 assertThat(actualIconResource).isEqualTo(expectedIconResource); in buildToggleSlice_noIconPassed_returnsSliceWithIcon()
410 final int expectedIconResource = IconCompat.createWithResource(mContext, in buildSliderSlice_noIconPassed_returnsSliceWithIcon() local
419 assertThat(actualIconResource).isEqualTo(expectedIconResource); in buildSliderSlice_noIconPassed_returnsSliceWithIcon()