Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/
DPasspointConfiguration.java530 private boolean mIsAutojoinEnabled = true; field in PasspointConfiguration
589 mIsAutojoinEnabled = autojoinEnabled; in setAutojoinEnabled()
640 return mIsAutojoinEnabled; in isAutojoinEnabled()
772 mIsAutojoinEnabled = source.mIsAutojoinEnabled; in PasspointConfiguration()
810 dest.writeBoolean(mIsAutojoinEnabled); in writeToParcel()
854 && mIsAutojoinEnabled == that.mIsAutojoinEnabled in equals()
871 mServiceFriendlyNames, mCarrierId, mIsAutojoinEnabled, mIsMacRandomizationEnabled, in hashCode()
929 builder.append("IsAutojoinEnabled:" + mIsAutojoinEnabled); in toString()
1104 config.mIsAutojoinEnabled = in.readBoolean();