Searched refs:mOffloadIntentStore (Results 1 – 2 of 2) sorted by relevance
76 private OffloadIntentStore mOffloadIntentStore; field in MdnsOffloadManagerService157 mOffloadIntentStore = new OffloadIntentStore(mPriorityListManager); in onCreate()239 mOffloadIntentStore.setAppIdAllowlist(allowedAppIds); in refreshAppIdAllowlist()269 mOffloadIntentStore.dump(writer); in dump()272 mOffloadIntentStore.dumpProtocolData(writer); in dump()285 mOffloadIntentStore.registerOffloadIntent(310 mOffloadIntentStore.getAndRemoveOffloadIntent(recordKey, clientToken);330 mOffloadIntentStore.registerPassthroughIntent(356 boolean removed = mOffloadIntentStore.removePassthroughIntent(qname, clientToken);377 iface -> new InterfaceOffloadManager(iface, mOffloadIntentStore, mOffloadWriter)); in getInterfaceOffloadManager()[all …]
21 private final OffloadIntentStore mOffloadIntentStore; field in InterfaceOffloadManager32 mOffloadIntentStore = offloadIntentStore; in InterfaceOffloadManager()73 applyOffloadIntents(mOffloadIntentStore.getOffloadIntentsForInterface(mNetworkInterface)); in refreshProtocolResponses()81 mOffloadIntentStore.getPassthroughIntentsForInterface(mNetworkInterface)); in refreshPassthroughList()