/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/flashlight/domain/ |
D | FlashlightMapperTest.kt | 75 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/ |
D | InternetTileDataInteractorTest.kt | 202 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/ |
D | LocationTileMapperTest.kt | 72 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/ |
D | NotificationHistoryTest.java | 59 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/ |
D | NotificationHistoryFilterTest.java | 52 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local 64 .setIcon(expectedIcon) in getHistoricalNotification()
|
D | NotificationHistoryProtoHelperTest.java | 59 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local 75 .setIcon(expectedIcon) in getHistoricalNotification()
|
D | NotificationHistoryDatabaseTest.java | 75 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local 87 .setIcon(expectedIcon) in getHistoricalNotification()
|
D | NotificationHistoryManagerTest.java | 74 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/ |
D | PackageManagerComponentLabelIconOverrideTest.kt | 154 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>()
|