Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/flashlight/domain/
DFlashlightMapperTest.kt75 val expectedIcon = in mapsEnabledDataToOnIconState() constant
78 assertThat(actualIcon).isEqualTo(expectedIcon) in mapsEnabledDataToOnIconState()
86 val expectedIcon = in mapsDisabledDataToOffIconState() constant
89 assertThat(actualIcon).isEqualTo(expectedIcon) in mapsDisabledDataToOffIconState()
97 val expectedIcon = in mapsUnavailableDataToOffIconState() constant
100 assertThat(actualIcon).isEqualTo(expectedIcon) in mapsUnavailableDataToOffIconState()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractorTest.kt202 val expectedIcon = in <lambda>() constant
206 assertThat(actualIcon).isEqualTo(expectedIcon) in <lambda>()
234 val expectedIcon = in <lambda>() constant
236 assertThat(latest?.icon).isEqualTo(expectedIcon) in <lambda>()
253 val expectedIcon = in <lambda>() constant
258 assertThat(latest?.icon).isEqualTo(expectedIcon) in <lambda>()
275 val expectedIcon = in <lambda>() constant
280 assertThat(latest?.icon).isEqualTo(expectedIcon) in <lambda>()
297 val expectedIcon = in <lambda>() constant
302 assertThat(latest?.icon).isEqualTo(expectedIcon) in <lambda>()
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/location/domain/
DLocationTileMapperTest.kt72 val expectedIcon = Icon.Loaded(context.getDrawable(R.drawable.qs_location_icon_on)!!, null) in mapsEnabledDataToOnIconState() constant
74 Truth.assertThat(actualIcon).isEqualTo(expectedIcon) in mapsEnabledDataToOnIconState()
81 val expectedIcon = Icon.Loaded(context.getDrawable(R.drawable.qs_location_icon_off)!!, null) in mapsDisabledDataToOffIconState() constant
83 Truth.assertThat(actualIcon).isEqualTo(expectedIcon) in mapsDisabledDataToOffIconState()
/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java59 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local
75 .setIcon(includeIcon ? expectedIcon : null) in getHistoricalNotification()
90 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in testHistoricalNotificationBuilder() local
103 .setIcon(expectedIcon) in testHistoricalNotificationBuilder()
115 assertThat(expectedIcon.sameAs(n.getIcon())).isTrue(); in testHistoricalNotificationBuilder()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryFilterTest.java52 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local
64 .setIcon(expectedIcon) in getHistoricalNotification()
DNotificationHistoryProtoHelperTest.java59 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local
75 .setIcon(expectedIcon) in getHistoricalNotification()
DNotificationHistoryDatabaseTest.java75 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local
87 .setIcon(expectedIcon) in getHistoricalNotification()
DNotificationHistoryManagerTest.java74 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local
86 .setIcon(expectedIcon) in getHistoricalNotification()
/frameworks/base/services/tests/PackageManagerComponentOverrideTests/src/com/android/server/pm/test/override/
DPackageManagerComponentLabelIconOverrideTest.kt154 val expectedIcon = when (result) { in <lambda>() constant in com.android.server.pm.test.override.PackageManagerComponentLabelIconOverrideTest.Companion.Params
238 assertThat(activityInfo?.icon).isEqualTo(params.expectedIcon) in <lambda>()