Searched refs:mRestriction (Results 1 – 2 of 2) sorted by relevance
118 private String mRestriction = null; field in UpdateParameter120 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 …]
46309 Landroid/net/wifi/hotspot2/pps/UpdateParameter;->mRestriction:Ljava/lang/String;