Searched refs:expectedIcon (Results 1 – 6 of 6) 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()
80 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local92 .setIcon(expectedIcon) in getHistoricalNotification()
74 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local86 .setIcon(expectedIcon) in getHistoricalNotification()
150 val expectedIcon = when (result) { in <lambda>() constant228 assertThat(activityInfo.icon).isEqualTo(params.expectedIcon) in <lambda>()