Home
last modified time | relevance | path

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

/frameworks/base/tools/preload2/src/com/android/preload/
DMain.java63 public final static int DEFAULT_TIMEOUT_MILLIS = 10 * 1000; field in Main
123 clientUtils = new ClientUtils(DEFAULT_TIMEOUT_MILLIS); // Client utils with 10s timeout. in Main()
273 DeviceUtils.init(DEFAULT_TIMEOUT_MILLIS); in initDevice()
275 IDevice devices[] = DeviceUtils.findDevices(DEFAULT_TIMEOUT_MILLIS); in initDevice()