Home
last modified time | relevance | path

Searched refs:mRestriction (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DUpdateParameter.java118 private String mRestriction = null; field in UpdateParameter
120 mRestriction = restriction; in setRestriction()
123 return mRestriction; in getRestriction()
223 mRestriction = source.mRestriction; in UpdateParameter()
244 dest.writeString(mRestriction); in writeToParcel()
265 && TextUtils.equals(mRestriction, that.mRestriction) in equals()
277 return Objects.hash(mUpdateIntervalInMinutes, mUpdateMethod, mRestriction, mServerUri, in hashCode()
287 builder.append("Restriction: ").append(mRestriction).append("\n"); in toString()
316 if (!TextUtils.equals(mRestriction, UPDATE_RESTRICTION_HOMESP) in validate()
317 && !TextUtils.equals(mRestriction, UPDATE_RESTRICTION_ROAMING_PARTNER) in validate()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46309 Landroid/net/wifi/hotspot2/pps/UpdateParameter;->mRestriction:Ljava/lang/String;