Searched defs:DeviceUtils (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DDeviceUtils.java16 public class DeviceUtils { class
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils.py48 class DeviceUtils(object): class in inherits:object
52 """DeviceUtils constructor.
116 This is split from HasRoot to allow other DeviceUtils methods to call
188 This is split from WaitUntilFullyBooted to allow other DeviceUtils methods
315 This is split from RunShellCommand to allow other DeviceUtils methods to
545 This is split from FileExists to allow other DeviceUtils methods to call
760 This is split from GetPids to allow other DeviceUtils methods to call
856 devices: A list of either DeviceUtils instances or objects from
857 from which DeviceUtils instances can be constructed. If None,
870 d if isinstance(d, DeviceUtils) els
[all...]

Completed in 1714 milliseconds