Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DNotificationHistoryTest.java52 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local
68 .setIcon(expectedIcon) in getHistoricalNotification()
83 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in testHistoricalNotificationBuilder() local
96 .setIcon(expectedIcon) in testHistoricalNotificationBuilder()
108 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.java80 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local
92 .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.kt150 val expectedIcon = when (result) { in <lambda>() constant
228 assertThat(activityInfo.icon).isEqualTo(params.expectedIcon) in <lambda>()