Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/pps/
DUpdateParameter.java94 private long mUpdateIntervalInMinutes = Long.MIN_VALUE; field in UpdateParameter
96 mUpdateIntervalInMinutes = updateIntervalInMinutes; in setUpdateIntervalInMinutes()
99 return mUpdateIntervalInMinutes; in getUpdateIntervalInMinutes()
221 mUpdateIntervalInMinutes = source.mUpdateIntervalInMinutes; in UpdateParameter()
242 dest.writeLong(mUpdateIntervalInMinutes); in writeToParcel()
263 return mUpdateIntervalInMinutes == that.mUpdateIntervalInMinutes in equals()
277 return Objects.hash(mUpdateIntervalInMinutes, mUpdateMethod, mRestriction, mServerUri, in hashCode()
285 builder.append("UpdateInterval: ").append(mUpdateIntervalInMinutes).append("\n"); in toString()
301 if (mUpdateIntervalInMinutes == Long.MIN_VALUE) { in validate()
306 if (mUpdateIntervalInMinutes == UPDATE_CHECK_INTERVAL_NEVER) { in validate()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46313 Landroid/net/wifi/hotspot2/pps/UpdateParameter;->mUpdateIntervalInMinutes:J