Searched refs:mCurrentPassthroughQNames (Results 1 – 1 of 1) sorted by relevance
24 private final Set<String> mCurrentPassthroughQNames = new HashSet<>(); field in InterfaceOffloadManager66 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()