Searched refs:mEnablePreconnection (Results 1 – 3 of 3) sorted by relevance
149 mConfig.mEnablePreconnection = true; in withPreconnection()438 public boolean mEnablePreconnection = false; field in ProvisioningConfiguration458 mEnablePreconnection = other.mEnablePreconnection; in ProvisioningConfiguration()483 p.enablePreconnection = mEnablePreconnection; in toStableParcelable()511 config.mEnablePreconnection = p.enablePreconnection; in fromStableParcelable()535 .add("mEnablePreconnection: " + mEnablePreconnection) in toString()580 && mEnablePreconnection == other.mEnablePreconnection in equals()
99 mConfig.mEnablePreconnection = false; in setUp()152 mConfig.mEnablePreconnection = true; in testParcelUnparcel_WithPreDhcpConnection()185 assertNotEqualsAfterChange(c -> c.mEnablePreconnection = true); in testEquals()
1999 return mConfiguration.mEnablePreconnection && mConfiguration.mStaticIpConfig == null; in isUsingPreconnection()