Searched refs:mProtocolType (Results 1 – 3 of 3) sorted by relevance
47 private int mProtocolType; field in WifiP2pServiceRequest81 mProtocolType = protocolType; in WifiP2pServiceRequest()100 mProtocolType = serviceType; in WifiP2pServiceRequest()144 sb.append(String.format(Locale.US, "%02x", mProtocolType)); in getSupplicantQuery()232 if ((req.mProtocolType != mProtocolType) || in equals()248 result = 31 * result + mProtocolType; in hashCode()261 dest.writeInt(mProtocolType); in writeToParcel()
226 return mProtocolType; in getProtocolType()234 mProtocolType = protocolType; in setProtocolType()237 private int mProtocolType; // from DataProfile field in IwlanDataService.IwlanDataServiceProvider.TunnelState
1100 Landroid/net/wifi/p2p/nsd/WifiP2pServiceRequest;->mProtocolType:I