Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/config/src/
DEffectsConfig.cpp294 for (auto& xmlConfig : getChildren(doc, "audio_effects_conf")) { in parseWithPath() local
297 for (auto& xmlLibraries : getChildren(xmlConfig, "libraries")) { in parseWithPath()
304 for (auto& xmlEffects : getChildren(xmlConfig, "effects")) { in parseWithPath()
311 for (auto& xmlPreprocess : getChildren(xmlConfig, "preprocess")) { in parseWithPath()
318 for (auto& xmlPostprocess : getChildren(xmlConfig, "postprocess")) { in parseWithPath()
325 for (auto& xmlDeviceEffects : getChildren(xmlConfig, "deviceEffects")) { in parseWithPath()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java4284 ComponentName xmlConfig = new ComponentName("config", "xml"); in setDefaultAssistantForUser_fromConfigXml() local
4288 .thenReturn(xmlConfig.flattenToString()); in setDefaultAssistantForUser_fromConfigXml()
4291 .thenReturn(Collections.singleton(xmlConfig)); in setDefaultAssistantForUser_fromConfigXml()
4298 .onGranted(eq(xmlConfig), eq(0), eq(true)); in setDefaultAssistantForUser_fromConfigXml()
4303 ComponentName xmlConfig = new ComponentName("xml", "config"); in setDefaultAssistantForUser_fromDeviceConfig() local
4308 .thenReturn(xmlConfig.flattenToString()); in setDefaultAssistantForUser_fromDeviceConfig()
4311 .thenReturn(new ArraySet<>(Arrays.asList(xmlConfig, deviceConfig))); in setDefaultAssistantForUser_fromDeviceConfig()
4323 ComponentName xmlConfig = new ComponentName("xml", "config"); in setDefaultAssistantForUser_deviceConfigInvalid() local
4328 .thenReturn(xmlConfig.flattenToString()); in setDefaultAssistantForUser_deviceConfigInvalid()
4332 .thenReturn(Collections.singleton(xmlConfig)); in setDefaultAssistantForUser_deviceConfigInvalid()
[all …]