Home
last modified time | relevance | path

Searched refs:mCurrentPassthroughQNames (Results 1 – 1 of 1) sorted by relevance

/device/google/atv/MdnsOffloadManagerService/src/com/android/tv/mdnsoffloadmanager/
DInterfaceOffloadManager.java24 private final Set<String> mCurrentPassthroughQNames = new HashSet<>(); field in InterfaceOffloadManager
66 mCurrentPassthroughQNames.clear(); in onVendorServiceDisconnected()
111 mNetworkInterface, mCurrentPassthroughQNames); in applyPassthroughIntents()
112 mCurrentPassthroughQNames.removeAll(deleted); in applyPassthroughIntents()
115 mCurrentPassthroughQNames.addAll(added); in applyPassthroughIntents()
125 mCurrentPassthroughQNames.forEach(qname -> writer.println("* %s".formatted(qname))); in dump()