Searched refs:xmlTag (Results 1 – 5 of 5) sorted by relevance
2008 String xmlTag = service.getConfig().xmlTag; in createXml() local2009 xml.append("<" + xmlTag in createXml()2037 xml.append("</" + xmlTag + ">"); in createXml()2045 xml.append("<" + service.getConfig().xmlTag in getParserWithEntries()2051 xml.append("</" + service.getConfig().xmlTag + ">"); in getParserWithEntries()2272 c.xmlTag = "test"; in getConfig()
576 listenerConfig.xmlTag = NotificationListeners.TAG_ENABLED_NOTIFICATION_LISTENERS; in setUp()579 assistantConfig.xmlTag = NotificationAssistants.TAG_ENABLED_NOTIFICATION_ASSISTANTS; in setUp()582 dndConfig.xmlTag = ConditionProviders.TAG_ENABLED_DND_APPS; in setUp()
510 out.startTag(null, getConfig().xmlTag); in writeXml()571 out.endTag(null, getConfig().xmlTag); in writeXml()650 && getConfig().xmlTag.equals(tag)) { in readXml()1976 public String xmlTag; field in ManagedServices.Config
127 c.xmlTag = TAG_ENABLED_DND_APPS; in getConfig()
984 if (mListeners.getConfig().xmlTag.equals(parser.getName())) { in readPolicyXml()990 } else if (mAssistants.getConfig().xmlTag.equals(parser.getName())) { in readPolicyXml()996 } else if (mConditionProviders.getConfig().xmlTag.equals(parser.getName())) { in readPolicyXml()10540 c.xmlTag = TAG_ENABLED_NOTIFICATION_ASSISTANTS;11076 c.xmlTag = TAG_ENABLED_NOTIFICATION_LISTENERS;