Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DUpdateParameter.java116 private String mRestriction = null; field in UpdateParameter
118 mRestriction = restriction; in setRestriction()
121 return mRestriction; in getRestriction()
196 mRestriction = source.mRestriction; in UpdateParameter()
216 dest.writeString(mRestriction); in writeToParcel()
236 && TextUtils.equals(mRestriction, that.mRestriction) in equals()
247 return Objects.hash(mUpdateIntervalInMinutes, mUpdateMethod, mRestriction, mServerUri, in hashCode()
257 builder.append("Restriction: ").append(mRestriction).append("\n"); in toString()
286 if (!TextUtils.equals(mRestriction, UPDATE_RESTRICTION_HOMESP) in validate()
287 && !TextUtils.equals(mRestriction, UPDATE_RESTRICTION_ROAMING_PARTNER) in validate()
[all …]