Searched refs:mPriorityListManager (Results 1 – 2 of 2) sorted by relevance
38 private final PriorityListManager mPriorityListManager; field in OffloadIntentStore47 mPriorityListManager = priorityListManager; in OffloadIntentStore()71 int priority = mPriorityListManager.getPriority(mdnsProtocolData, recordKey); in registerOffloadIntent()132 String canonicalQName = mPriorityListManager.canonicalQName(qname); in registerPassthroughIntent()133 int priority = mPriorityListManager.getPriority(canonicalQName, 0); in registerPassthroughIntent()160 String canonicalQName = mPriorityListManager.canonicalQName(qname); in removePassthroughIntent()
83 private PriorityListManager mPriorityListManager; field in MdnsOffloadManagerService179 mPriorityListManager = new PriorityListManager(mInjector.getResources()); in onCreate()180 mOffloadIntentStore = new OffloadIntentStore(mPriorityListManager); in onCreate()