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