Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
H A DAppLauncherUtils.java363 getAutomotiveAppTypes(mPackageManager, getPackageName(resolveInfo)); in test()
388 return getAutomotiveAppTypes(packageManager, packageName).contains(TYPE_VIDEO); in isVideoApp()
399 public static List<String> getAutomotiveAppTypes(PackageManager packageManager, in getAutomotiveAppTypes() method in AppLauncherUtils
/aosp12/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
H A DAppLauncherUtilsTest.java181 public void getAutomotiveAppTypes() { in getAutomotiveAppTypes() method in AppLauncherUtilsTest
187 AppLauncherUtils.getAutomotiveAppTypes( in getAutomotiveAppTypes()