Searched refs:xmlTag (Results 1 – 5 of 5) sorted by relevance
1509 String xmlTag = service.getConfig().xmlTag; in createXml() local1510 xml.append("<" + xmlTag in createXml()1538 xml.append("</" + xmlTag + ">"); in createXml()1546 xml.append("<" + service.getConfig().xmlTag in getParserWithEntries()1552 xml.append("</" + service.getConfig().xmlTag + ">"); in getParserWithEntries()1759 c.xmlTag = "test"; in getConfig()
509 listenerConfig.xmlTag = NotificationListeners.TAG_ENABLED_NOTIFICATION_LISTENERS; in setUp()512 assistantConfig.xmlTag = NotificationAssistants.TAG_ENABLED_NOTIFICATION_ASSISTANTS; in setUp()515 dndConfig.xmlTag = ConditionProviders.TAG_ENABLED_DND_APPS; in setUp()
484 out.startTag(null, getConfig().xmlTag); in writeXml()545 out.endTag(null, getConfig().xmlTag); in writeXml()624 && getConfig().xmlTag.equals(tag)) { in readXml()1876 public String xmlTag; field in ManagedServices.Config
127 c.xmlTag = TAG_ENABLED_DND_APPS; in getConfig()
902 if (mListeners.getConfig().xmlTag.equals(parser.getName())) { in readPolicyXml()908 } else if (mAssistants.getConfig().xmlTag.equals(parser.getName())) { in readPolicyXml()914 } else if (mConditionProviders.getConfig().xmlTag.equals(parser.getName())) { in readPolicyXml()9580 c.xmlTag = TAG_ENABLED_NOTIFICATION_ASSISTANTS;10122 c.xmlTag = TAG_ENABLED_NOTIFICATION_LISTENERS;