Searched refs:CONNECTION_TIMEOUT_MILLIS (Results 1 – 2 of 2) sorted by relevance
32 public static final int CONNECTION_TIMEOUT_MILLIS = 1000; field in ZygoteConnectionConstants
26 import static com.android.internal.os.ZygoteConnectionConstants.CONNECTION_TIMEOUT_MILLIS;100 mSocket.setSoTimeout(CONNECTION_TIMEOUT_MILLIS); in ZygoteConnection()