Searched refs:xmlTag (Results 1 – 5 of 5) sorted by relevance
1042 xml.append("<" + service.getConfig().xmlTag + ">\n"); in loadXml()1059 xml.append("</" + service.getConfig().xmlTag + ">"); in loadXml()1071 xml.append("<" + service.getConfig().xmlTag + ">\n"); in getParserWithEntries()1075 xml.append("</" + service.getConfig().xmlTag + ">"); in getParserWithEntries()1269 c.xmlTag = "test"; in getConfig()
377 listenerConfig.xmlTag = NotificationListeners.TAG_ENABLED_NOTIFICATION_LISTENERS; in setUp()380 assistantConfig.xmlTag = NotificationAssistants.TAG_ENABLED_NOTIFICATION_ASSISTANTS; in setUp()383 dndConfig.xmlTag = ConditionProviders.TAG_ENABLED_DND_APPS; in setUp()
314 out.startTag(null, getConfig().xmlTag); in writeXml()359 out.endTag(null, getConfig().xmlTag); in writeXml()392 && getConfig().xmlTag.equals(tag)) { in readXml()1499 public String xmlTag; field in ManagedServices.Config
89 c.xmlTag = TAG_ENABLED_DND_APPS; in getConfig()
603 if (mListeners.getConfig().xmlTag.equals(parser.getName())) { in readPolicyXml()609 } else if (mAssistants.getConfig().xmlTag.equals(parser.getName())) { in readPolicyXml()615 } else if (mConditionProviders.getConfig().xmlTag.equals(parser.getName())) { in readPolicyXml()7675 c.xmlTag = TAG_ENABLED_NOTIFICATION_ASSISTANTS;8068 c.xmlTag = TAG_ENABLED_NOTIFICATION_LISTENERS;