Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
DWifiP2pServiceRequest.java47 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/
DDataCallResponse.java74 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 …]
DDataProfile.java70 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/
Dhiddenapi-greylist-max-o.txt46615 Landroid/net/wifi/p2p/nsd/WifiP2pServiceRequest;->mProtocolType:I