Searched refs:xmlTag (Results 1 – 5 of 5) sorted by relevance
2114 String xmlTag = service.getConfig().xmlTag; in createXml() local2115 xml.append("<" + xmlTag in createXml()2143 xml.append("</" + xmlTag + ">"); in createXml()2151 xml.append("<" + service.getConfig().xmlTag in getParserWithEntries()2157 xml.append("</" + service.getConfig().xmlTag + ">"); in getParserWithEntries()2378 c.xmlTag = "test"; in getConfig()
687 listenerConfig.xmlTag = NotificationListeners.TAG_ENABLED_NOTIFICATION_LISTENERS; in setUp()690 assistantConfig.xmlTag = NotificationAssistants.TAG_ENABLED_NOTIFICATION_ASSISTANTS; in setUp()693 dndConfig.xmlTag = ConditionProviders.TAG_ENABLED_DND_APPS; in setUp()
515 out.startTag(null, getConfig().xmlTag); in writeXml()576 out.endTag(null, getConfig().xmlTag); in writeXml()655 && getConfig().xmlTag.equals(tag)) { in readXml()2071 public String xmlTag; field in ManagedServices.Config
130 c.xmlTag = TAG_ENABLED_DND_APPS; in getConfig()
1080 if (mListeners.getConfig().xmlTag.equals(parser.getName())) { in readPolicyXml()1086 } else if (mAssistants.getConfig().xmlTag.equals(parser.getName())) { in readPolicyXml()1092 } else if (mConditionProviders.getConfig().xmlTag.equals(parser.getName())) { in readPolicyXml()10897 c.xmlTag = TAG_ENABLED_NOTIFICATION_ASSISTANTS;11496 c.xmlTag = TAG_ENABLED_NOTIFICATION_LISTENERS;