Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DUpdateParameter.java106 private String mUpdateMethod = null; field in UpdateParameter
108 mUpdateMethod = updateMethod; in setUpdateMethod()
111 return mUpdateMethod; in getUpdateMethod()
222 mUpdateMethod = source.mUpdateMethod; in UpdateParameter()
243 dest.writeString(mUpdateMethod); in writeToParcel()
264 && TextUtils.equals(mUpdateMethod, that.mUpdateMethod) in equals()
277 return Objects.hash(mUpdateIntervalInMinutes, mUpdateMethod, mRestriction, mServerUri, in hashCode()
286 builder.append("UpdateMethod: ").append(mUpdateMethod).append("\n"); in toString()
310 if (!TextUtils.equals(mUpdateMethod, UPDATE_METHOD_OMADM) in validate()
311 && !TextUtils.equals(mUpdateMethod, UPDATE_METHOD_SSP)) { in validate()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46314 Landroid/net/wifi/hotspot2/pps/UpdateParameter;->mUpdateMethod:Ljava/lang/String;