Searched refs:expectedIcon (Results 1 – 9 of 9) sorted by relevance
75 val expectedIcon = in mapsEnabledDataToOnIconState() constant78 assertThat(actualIcon).isEqualTo(expectedIcon) in mapsEnabledDataToOnIconState()86 val expectedIcon = in mapsDisabledDataToOffIconState() constant89 assertThat(actualIcon).isEqualTo(expectedIcon) in mapsDisabledDataToOffIconState()97 val expectedIcon = in mapsUnavailableDataToOffIconState() constant100 assertThat(actualIcon).isEqualTo(expectedIcon) in mapsUnavailableDataToOffIconState()
202 val expectedIcon = in <lambda>() constant206 assertThat(actualIcon).isEqualTo(expectedIcon) in <lambda>()234 val expectedIcon = in <lambda>() constant236 assertThat(latest?.icon).isEqualTo(expectedIcon) in <lambda>()253 val expectedIcon = in <lambda>() constant258 assertThat(latest?.icon).isEqualTo(expectedIcon) in <lambda>()275 val expectedIcon = in <lambda>() constant280 assertThat(latest?.icon).isEqualTo(expectedIcon) in <lambda>()297 val expectedIcon = in <lambda>() constant302 assertThat(latest?.icon).isEqualTo(expectedIcon) in <lambda>()[all …]
72 val expectedIcon = Icon.Loaded(context.getDrawable(R.drawable.qs_location_icon_on)!!, null) in mapsEnabledDataToOnIconState() constant74 Truth.assertThat(actualIcon).isEqualTo(expectedIcon) in mapsEnabledDataToOnIconState()81 val expectedIcon = Icon.Loaded(context.getDrawable(R.drawable.qs_location_icon_off)!!, null) in mapsDisabledDataToOffIconState() constant83 Truth.assertThat(actualIcon).isEqualTo(expectedIcon) in mapsDisabledDataToOffIconState()
59 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local75 .setIcon(includeIcon ? expectedIcon : null) in getHistoricalNotification()90 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in testHistoricalNotificationBuilder() local103 .setIcon(expectedIcon) in testHistoricalNotificationBuilder()115 assertThat(expectedIcon.sameAs(n.getIcon())).isTrue(); in testHistoricalNotificationBuilder()
52 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local64 .setIcon(expectedIcon) in getHistoricalNotification()
59 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local75 .setIcon(expectedIcon) in getHistoricalNotification()
75 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local87 .setIcon(expectedIcon) in getHistoricalNotification()
74 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local86 .setIcon(expectedIcon) in getHistoricalNotification()
154 val expectedIcon = when (result) { in <lambda>() constant238 assertThat(activityInfo?.icon).isEqualTo(params.expectedIcon) in <lambda>()