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