Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DAppLauncherUtilsTest.java105 private static final String CUSTOM_MEDIA_PACKAGE = "com.android.car.radio"; field in AppLauncherUtilsTest
107 private static final String CUSTOM_MEDIA_COMPONENT = CUSTOM_MEDIA_PACKAGE
177 .thenReturn(new ComponentName(CUSTOM_MEDIA_PACKAGE, CUSTOM_MEDIA_CLASS)); in testGetLauncherApps_MediaCenterAppSwitcher()
194 CUSTOM_MEDIA_PACKAGE), in testGetLauncherApps_MediaCenterAppSwitcher()
225 .thenReturn(new ComponentName(CUSTOM_MEDIA_PACKAGE, CUSTOM_MEDIA_CLASS)); in testGetLauncherApps_Launcher()
242 CUSTOM_MEDIA_PACKAGE, in testGetLauncherApps_Launcher()
470 constructServiceResolveInfo(CUSTOM_MEDIA_PACKAGE)); in mockPackageManagerQueries()
486 resolveInfoList.add(constructActivityResolveInfo(CUSTOM_MEDIA_PACKAGE)); in mockPackageManagerQueries()