Searched refs:mPriorityListManager (Results 1 – 2 of 2) sorted by relevance
37 private final PriorityListManager mPriorityListManager; field in OffloadIntentStore46 mPriorityListManager = priorityListManager; in OffloadIntentStore()69 int priority = mPriorityListManager.getPriority(mdnsProtocolData, recordKey); in registerOffloadIntent()130 String canonicalQName = mPriorityListManager.canonicalQName(qname); in registerPassthroughIntent()131 int priority = mPriorityListManager.getPriority(canonicalQName, 0); in registerPassthroughIntent()158 String canonicalQName = mPriorityListManager.canonicalQName(qname); in removePassthroughIntent()
75 private PriorityListManager mPriorityListManager; field in MdnsOffloadManagerService156 mPriorityListManager = new PriorityListManager(mInjector.getResources()); in onCreate()157 mOffloadIntentStore = new OffloadIntentStore(mPriorityListManager); in onCreate()