Home
last modified time | relevance | path

Searched defs:timeOut (Results 1 – 2 of 2) sorted by relevance

/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
DSyncService.java484 final int timeOut = DdmPreferences.getTimeOut(); in doPullFile() local
619 final int timeOut = DdmPreferences.getTimeOut(); in doPushFile() local
704 private String readErrorMessage(byte[] result, final int timeOut) throws TimeoutException, in readErrorMessage()
DDdmPreferences.java165 public static void setTimeOut(int timeOut) { in setTimeOut()