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