Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java437 private boolean mIsAutojoinEnabled = true; field in PasspointConfiguration
468 mIsAutojoinEnabled = autojoinEnabled; in setAutojoinEnabled()
505 return mIsAutojoinEnabled; in isAutojoinEnabled()
575 mIsAutojoinEnabled = source.mIsAutojoinEnabled; in PasspointConfiguration()
607 dest.writeBoolean(mIsAutojoinEnabled); in writeToParcel()
640 && mIsAutojoinEnabled == that.mIsAutojoinEnabled in equals()
653 mServiceFriendlyNames, mCarrierId, mIsAutojoinEnabled, mIsMacRandomizationEnabled, in hashCode()
708 builder.append("IsAutojoinEnabled:" + mIsAutojoinEnabled); in toString()
816 config.mIsAutojoinEnabled = in.readBoolean();