Searched defs:parseConfig (Results 1 – 4 of 4) sorted by relevance
46 static CarUxRestrictionsAppConfig parseConfig(Context context, @XmlRes int xmlRes) { in parseConfig() method in CarUxRestrictionsAppConfigParser
43 private fun parseConfig(json: String): Map<Int, ViewerConfigParser.ConfigEntry> { regex
206 fun parseConfig() { regex
586 private static DeviceStateConfig parseConfig(@NonNull ReadableConfig readableConfig) { in parseConfig() method in DeviceStateProviderImpl