Searched refs:mIsNonPersistentMacRandomizationEnabled (Results 1 – 1 of 1) sorted by relevance
542 private boolean mIsNonPersistentMacRandomizationEnabled = false; field in PasspointConfiguration615 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();