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

/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pServiceRequest.java43 private int mProtocolType; field in class:WifiP2pServiceRequest
76 mProtocolType = protocolType;
95 mProtocolType = serviceType;
139 sb.append(String.format("%02x", mProtocolType));
227 if ((req.mProtocolType != mProtocolType) ||
243 result = 31 * result + mProtocolType;
256 dest.writeInt(mProtocolType);

Completed in 41 milliseconds