Searched refs:expectedIcon (Results 1 – 7 of 7) sorted by relevance
52 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local68 .setIcon(expectedIcon) in getHistoricalNotification()83 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in testHistoricalNotificationBuilder() local96 .setIcon(expectedIcon) in testHistoricalNotificationBuilder()108 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()
148 val expectedIcon: WifiIcon.Visible =153 assertThat(latest?.icon).isEqualTo(ResourceIcon.get(expectedIcon.icon.res))
154 val expectedIcon = when (result) { regex238 assertThat(activityInfo?.icon).isEqualTo(params.expectedIcon)