Home
last modified time | relevance | path

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

/frameworks/base/tools/preload2/src/com/android/preload/
DDeviceUtils.java132 public static boolean hasPrebuiltBootImage(IDevice device) { in hasPrebuiltBootImage() method in DeviceUtils
DMain.java304 if (DeviceUtils.hasPrebuiltBootImage(device)) { in initDevice()