Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/
H A DViewerConfigParserTest.kt206 fun parseConfig() { regex
224 val config = parser.parseConfig(getJSONReader(json))
250 parser.parseConfig(getJSONReader(json))
271 parser.parseConfig(getJSONReader(json))
286 parser.parseConfig(getJSONReader(json))
303 parser.parseConfig(getJSONReader(json))
325 parser.parseConfig(getJSONReader(json))
H A DViewerConfigBuilderTest.kt43 private fun parseConfig(json: String): Map<Int, ViewerConfigParser.ConfigEntry> { regex
44 return ViewerConfigParser().parseConfig(JsonReader(StringReader(json)))
54 val parsedConfig = parseConfig(configBuilder.build())
71 val parsedConfig = parseConfig(configBuilder.build())
85 val parsedConfig = parseConfig(configBuilder.build())
H A DLogParserTest.kt45 Mockito.`when`(configParser.parseConfig(any(JsonReader::class.java))).thenReturn(config)
/aosp12/packages/apps/Car/libs/car-uxr-client-lib/src/com/android/car/uxr/
H A DCarUxRestrictionsAppConfig.java56 sInstance = CarUxRestrictionsAppConfigParser.parseConfig(context, xmlRes); in getInstance()
H A DCarUxRestrictionsAppConfigParser.java46 static CarUxRestrictionsAppConfig parseConfig(Context context, @XmlRes int xmlRes) { in parseConfig() method in CarUxRestrictionsAppConfigParser
/aosp12/frameworks/base/tools/protologtool/src/com/android/protolog/tool/
H A DViewerConfigParser.kt92 open fun parseConfig(jsonReader: JsonReader): Map<Int, ConfigEntry> {
H A DLogParser.kt89 val config = configParser.parseConfig(jsonReader)
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DDeviceStateProviderImpl.java130 DeviceStateConfig config = parseConfig(readableConfig); in createFromConfig()
586 private static DeviceStateConfig parseConfig(@NonNull ReadableConfig readableConfig) { in parseConfig() method in DeviceStateProviderImpl