Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DAppLauncherUtilsTest.java106 private static final String CUSTOM_MEDIA_CLASS = "com.android.car.radio.service"; field in AppLauncherUtilsTest
108 + "/" + CUSTOM_MEDIA_CLASS;
177 .thenReturn(new ComponentName(CUSTOM_MEDIA_PACKAGE, CUSTOM_MEDIA_CLASS)); in testGetLauncherApps_MediaCenterAppSwitcher()
179 .thenReturn(CUSTOM_MEDIA_CLASS); in testGetLauncherApps_MediaCenterAppSwitcher()
225 .thenReturn(new ComponentName(CUSTOM_MEDIA_PACKAGE, CUSTOM_MEDIA_CLASS)); in testGetLauncherApps_Launcher()
227 .thenReturn(CUSTOM_MEDIA_CLASS); in testGetLauncherApps_Launcher()