Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java160 private int mUpdateIdentifier = Integer.MIN_VALUE; field in PasspointConfiguration
165 mUpdateIdentifier = updateIdentifier; in setUpdateIdentifier()
171 return mUpdateIdentifier; in getUpdateIdentifier()
402 mUpdateIdentifier = source.mUpdateIdentifier; in PasspointConfiguration()
426 dest.writeInt(mUpdateIdentifier); in writeToParcel()
457 && mUpdateIdentifier == that.mUpdateIdentifier in equals()
473 mUpdateIdentifier, mCredentialPriority, mSubscriptionCreationTimeInMillis, in hashCode()
482 builder.append("UpdateIdentifier: ").append(mUpdateIdentifier).append("\n"); in toString()
548 if (mUpdateIdentifier == Integer.MIN_VALUE) { in validateForR2()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt46138 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mUpdateIdentifier:I