Searched refs:tagDAM (Results 1 – 1 of 1) sorted by relevance
1604 String tagDAM = parser.getName(); in readAttributeValues() local1605 if (tag.equals(tagDAM)) { in readAttributeValues()1608 Slog.e(LOG_TAG, "Expected tag " + tag + " but found " + tagDAM); in readAttributeValues()1623 String tagDAM = parser.getName(); in getAllTrustAgentInfos() local1624 if (TAG_TRUST_AGENT_COMPONENT.equals(tagDAM)) { in getAllTrustAgentInfos()1629 Slog.w(LOG_TAG, "Unknown tag under " + tag + ": " + tagDAM); in getAllTrustAgentInfos()1645 String tagDAM = parser.getName(); in getTrustAgentInfo() local1646 if (TAG_TRUST_AGENT_COMPONENT_OPTIONS.equals(tagDAM)) { in getTrustAgentInfo()1649 Slog.w(LOG_TAG, "Unknown tag under " + tag + ": " + tagDAM); in getTrustAgentInfo()