Searched refs:mProtocolType (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
D | WifiP2pServiceRequest.java | 47 private int mProtocolType; field in WifiP2pServiceRequest 81 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()
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | DataCallResponse.java | 74 private final @ProtocolType int mProtocolType; field in DataCallResponse 118 mProtocolType = protocolType; in DataCallResponse() 141 mProtocolType = protocolType; in DataCallResponse() 163 mProtocolType = source.readInt(); in DataCallResponse() 203 public int getProtocolType() { return mProtocolType; } in getProtocolType() 274 .append(" protocolType=").append(mProtocolType) in toString() 300 && this.mProtocolType == other.mProtocolType in equals() 317 return Objects.hash(mCause, mSuggestedRetryTime, mId, mLinkStatus, mProtocolType, in hashCode() 333 dest.writeInt(mProtocolType); in writeToParcel() 380 private @ProtocolType int mProtocolType; field in DataCallResponse.Builder [all …]
|
D | DataProfile.java | 70 private final int mProtocolType; field in DataProfile 116 this.mProtocolType = protocolType; in DataProfile() 141 mProtocolType = source.readInt(); in DataProfile() 174 public @ProtocolType int getProtocolType() { return mProtocolType; } in getProtocolType() 279 return "DataProfile=" + mProfileId + "/" + mProtocolType + "/" + mAuthType in toString() 292 dest.writeInt(mProtocolType); in writeToParcel() 329 && mProtocolType == that.mProtocolType in equals() 350 return Objects.hash(mProfileId, mApn, mProtocolType, mAuthType, mUserName, mPassword, mType, in hashCode() 376 private int mProtocolType; field in DataProfile.Builder 450 mProtocolType = protocolType; in setProtocolType() [all …]
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 46615 Landroid/net/wifi/p2p/nsd/WifiP2pServiceRequest;->mProtocolType:I
|