Home
last modified time | relevance | path

Searched refs:CONNECTION_TIMEOUT_MILLIS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygoteConnectionConstants.java32 public static final int CONNECTION_TIMEOUT_MILLIS = 1000; field in ZygoteConnectionConstants
DZygoteConnection.java26 import static com.android.internal.os.ZygoteConnectionConstants.CONNECTION_TIMEOUT_MILLIS;
100 mSocket.setSoTimeout(CONNECTION_TIMEOUT_MILLIS); in ZygoteConnection()