Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
H A DAppLauncherUtils.java418 return parseAutomotiveAppTypes(parser); in getAutomotiveAppTypes()
423 static List<String> parseAutomotiveAppTypes(XmlPullParser parser) { in parseAutomotiveAppTypes() method in AppLauncherUtils
/aosp12/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
H A DAppLauncherUtilsTest.java229 AppLauncherUtils.parseAutomotiveAppTypes(createPullParser(invalidXml)); in invalidAutomotiveXml()