Home
last modified time | relevance | path

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

/frameworks/base/tools/preload2/src/com/android/preload/
DMain.java184 IDevice devices[] = DeviceUtils.findDevices(DEFAULT_TIMEOUT_MILLIS); in initDevice()
DDeviceUtils.java92 public static IDevice[] findDevices(int timeout) { in findDevices() method in DeviceUtils