Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A 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()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryFilterTest.java52 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local
64 .setIcon(expectedIcon) in getHistoricalNotification()
H A DNotificationHistoryProtoHelperTest.java59 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local
75 .setIcon(expectedIcon) in getHistoricalNotification()
H A DNotificationHistoryDatabaseTest.java75 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local
87 .setIcon(expectedIcon) in getHistoricalNotification()
H A DNotificationHistoryManagerTest.java74 Icon expectedIcon = Icon.createWithResource(InstrumentationRegistry.getContext(), in getHistoricalNotification() local
86 .setIcon(expectedIcon) in getHistoricalNotification()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
H A DInternetTileViewModelTest.kt148 val expectedIcon: WifiIcon.Visible =
153 assertThat(latest?.icon).isEqualTo(ResourceIcon.get(expectedIcon.icon.res))
/aosp14/frameworks/base/services/tests/PackageManagerComponentOverrideTests/src/com/android/server/pm/test/override/
H A DPackageManagerComponentLabelIconOverrideTest.kt154 val expectedIcon = when (result) { regex
238 assertThat(activityInfo?.icon).isEqualTo(params.expectedIcon)