Searched refs:mDnsType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pDnsSdServiceResponse.java57 private int mDnsType; field in class:WifiP2pDnsSdServiceResponse
100 return mDnsType;
189 mDnsType = dis.readUnsignedShort();
196 if (mDnsType == WifiP2pDnsSdServiceInfo.DNS_TYPE_PTR) {
207 } else if (mDnsType == WifiP2pDnsSdServiceInfo.DNS_TYPE_TXT) {

Completed in 37 milliseconds