Searched refs:mIsAutojoinEnabled (Results 1 – 1 of 1) sorted by relevance
469 private boolean mIsAutojoinEnabled = true; field in PasspointConfiguration528 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();