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.java469 private boolean mIsAutojoinEnabled = true; field in PasspointConfiguration
528 mIsAutojoinEnabled = autojoinEnabled; in setAutojoinEnabled()
579 return mIsAutojoinEnabled; in isAutojoinEnabled()
711 mIsAutojoinEnabled = source.mIsAutojoinEnabled; in PasspointConfiguration()
748 dest.writeBoolean(mIsAutojoinEnabled); in writeToParcel()
791 && mIsAutojoinEnabled == that.mIsAutojoinEnabled in equals()
806 mServiceFriendlyNames, mCarrierId, mIsAutojoinEnabled, mIsMacRandomizationEnabled, in hashCode()
863 builder.append("IsAutojoinEnabled:" + mIsAutojoinEnabled); in toString()
976 config.mIsAutojoinEnabled = in.readBoolean();