Searched refs:mEnablePreconnection (Results 1 – 3 of 3) sorted by relevance
142 mConfig.mEnablePreconnection = true; in withPreconnection()420 public boolean mEnablePreconnection = false; field in ProvisioningConfiguration439 mEnablePreconnection = other.mEnablePreconnection; in ProvisioningConfiguration()463 p.enablePreconnection = mEnablePreconnection; in toStableParcelable()490 config.mEnablePreconnection = p.enablePreconnection; in fromStableParcelable()513 .add("mEnablePreconnection: " + mEnablePreconnection) in toString()535 && mEnablePreconnection == other.mEnablePreconnection in equals()
85 mConfig.mEnablePreconnection = false; in setUp()130 mConfig.mEnablePreconnection = true; in testParcelUnparcel_WithPreDhcpConnection()163 assertNotEqualsAfterChange(c -> c.mEnablePreconnection = true); in testEquals()
1744 return mConfiguration.mEnablePreconnection && mConfiguration.mStaticIpConfig == null; in isUsingPreconnection()