Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsSocketProvider.java138 createSocket(LOCAL_NET, createLPForTetheredInterface(newP2pIface, ifaceIndex));
489 createSocket(LOCAL_NET, createLPForTetheredInterface(name, ifaceIndex)); in handleTetherInterfacesChanged()
512 if (networkKey == LOCAL_NET) { in createSocket()
535 networkKey == LOCAL_NET ? null : ((NetworkAsKey) networkKey).mNetwork; in createSocket()
541 if (networkKey == LOCAL_NET) { in createSocket()
662 LOCAL_NET, in retrieveAndNotifySocketFromInterface()
802 private static final NetworkKey LOCAL_NET = new NetworkKey() { field in MdnsSocketProvider