Searched refs:xmlScheme (Results 1 – 1 of 1) sorted by relevance
81 String xmlScheme = xml.getAttributeValue(null, "scheme"); in findSender() local82 if (sendAuth.mProtocol != null && sendAuth.mProtocol.startsWith(xmlScheme)) { in findSender()