Home
last modified time | relevance | path

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

/frameworks/base/tools/preload2/src/com/android/preload/
DDeviceUtils.java55 public static String doShellReturnString(IDevice device, String cmdline, long timeout, in doShellReturnString() method in DeviceUtils
117 doShellReturnString(device, "ls /system/framework/*/boot.art", 500, TimeUnit.MILLISECONDS); in hasPrebuiltBootImage()
133 DeviceUtils.doShellReturnString(device, "cat /etc/preloaded-classes", 1, TimeUnit.SECONDS); in removePreloaded()
170 doShellReturnString(device, "getprop dev.bootcomplete", 500, TimeUnit.MILLISECONDS); in removePreloaded()