Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java542 private boolean mIsNonPersistentMacRandomizationEnabled = false; field in PasspointConfiguration
615 mIsNonPersistentMacRandomizationEnabled = enabled; in setNonPersistentMacRandomizationEnabled()
678 return mIsNonPersistentMacRandomizationEnabled; in isNonPersistentMacRandomizationEnabled()
774 mIsNonPersistentMacRandomizationEnabled = source.mIsNonPersistentMacRandomizationEnabled; in PasspointConfiguration()
812 dest.writeBoolean(mIsNonPersistentMacRandomizationEnabled); in writeToParcel()
856 && mIsNonPersistentMacRandomizationEnabled in equals()
857 == that.mIsNonPersistentMacRandomizationEnabled in equals()
872 mIsNonPersistentMacRandomizationEnabled, mMeteredOverride, mSubscriptionId, in hashCode()
932 + mIsNonPersistentMacRandomizationEnabled); in toString()
1106 config.mIsNonPersistentMacRandomizationEnabled = in.readBoolean();