Searched refs:mEnablePreconnection (Results 1 – 3 of 3) sorted by relevance
162 mConfig.mEnablePreconnection = true; in withPreconnection()499 public boolean mEnablePreconnection = false; field in ProvisioningConfiguration522 mEnablePreconnection = other.mEnablePreconnection; in ProvisioningConfiguration()554 p.enablePreconnection = mEnablePreconnection; in toStableParcelable()588 config.mEnablePreconnection = p.enablePreconnection; in fromStableParcelable()650 .add("mEnablePreconnection: " + mEnablePreconnection) in toString()698 && mEnablePreconnection == other.mEnablePreconnection in equals()
109 config.mEnablePreconnection = false; in makeTestProvisioningConfiguration()205 mConfig.mEnablePreconnection = true; in testParcelUnparcel_WithPreDhcpConnection()270 assertNotEqualsAfterChange(c -> c.mEnablePreconnection = true); in testEquals()
2766 return mConfiguration.mEnablePreconnection && mConfiguration.mStaticIpConfig == null; in isUsingPreconnection()