Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
H A DPasspointConfiguration.java200 private int mUpdateIdentifier = Integer.MIN_VALUE; field in PasspointConfiguration
205 mUpdateIdentifier = updateIdentifier; in setUpdateIdentifier()
211 return mUpdateIdentifier; in getUpdateIdentifier()
698 mUpdateIdentifier = source.mUpdateIdentifier; in PasspointConfiguration()
733 dest.writeInt(mUpdateIdentifier); in writeToParcel()
777 && mUpdateIdentifier == that.mUpdateIdentifier in equals()
803 mUpdateIdentifier, mCredentialPriority, mSubscriptionCreationTimeInMillis, in hashCode()
814 builder.append("UpdateIdentifier: ").append(mUpdateIdentifier).append("\n"); in toString()
896 if (mUpdateIdentifier == Integer.MIN_VALUE) { in validateForR2()
/aosp12/packages/modules/Wifi/apex/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt638 Landroid/net/wifi/hotspot2/PasspointConfiguration;->mUpdateIdentifier:I