Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java236 private int mUpdateIdentifier = Integer.MIN_VALUE; field in PasspointConfiguration
241 mUpdateIdentifier = updateIdentifier; in setUpdateIdentifier()
247 return mUpdateIdentifier; in getUpdateIdentifier()
759 mUpdateIdentifier = source.mUpdateIdentifier; in PasspointConfiguration()
795 dest.writeInt(mUpdateIdentifier); in writeToParcel()
840 && mUpdateIdentifier == that.mUpdateIdentifier in equals()
868 mUpdateIdentifier, mCredentialPriority, mSubscriptionCreationTimeInMillis, in hashCode()
880 builder.append("UpdateIdentifier: ").append(mUpdateIdentifier).append("\n"); in toString()
964 if (mUpdateIdentifier == Integer.MIN_VALUE) { in validateForR2()
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt638 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mUpdateIdentifier:I