Searched refs:canonicalQName (Results 1 – 2 of 2) sorted by relevance
130 String canonicalQName = mPriorityListManager.canonicalQName(qname); in registerPassthroughIntent() local131 int priority = mPriorityListManager.getPriority(canonicalQName, 0); in registerPassthroughIntent()134 networkInterface, qname, canonicalQName, clientToken, priority, appId); in registerPassthroughIntent()158 String canonicalQName = mPriorityListManager.canonicalQName(qname); in removePassthroughIntent() local160 pt -> pt.mCanonicalQName.equals(canonicalQName) in removePassthroughIntent()261 String canonicalQName, in PassthroughIntent() argument267 mCanonicalQName = canonicalQName; in PassthroughIntent()
28 index -> canonicalQName(priorityList[index]), in PriorityListManager()32 String canonicalQName(String qName) { in canonicalQName() method in PriorityListManager41 return mPriorityMap.getOrDefault(canonicalQName(qname), defaultPriority); in getPriority()