Searched refs:doShellReturnString (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/preload2/src/com/android/preload/ |
D | DeviceUtils.java | 72 public static String doShellReturnString(IDevice device, String cmdline, long timeout, in doShellReturnString() method in DeviceUtils 134 doShellReturnString(device, "ls /system/framework/*/boot.art", 500, TimeUnit.MILLISECONDS); in hasPrebuiltBootImage() 158 doShellReturnString(device, READ_PRELOADED_CMD, 1, TimeUnit.SECONDS); in overwritePreloaded() 200 doShellReturnString(device, "getprop dev.bootcomplete", 500, TimeUnit.MILLISECONDS); in waitForBootComplete()
|