Home
last modified time | relevance | path

Searched defs:getMountPointInfo (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java808 public List<MountPointInfo> getMountPointInfo() throws DeviceNotAvailableException; in getMountPointInfo() method
818 public MountPointInfo getMountPointInfo(String mountpoint) throws DeviceNotAvailableException; in getMountPointInfo() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1451 public List<MountPointInfo> getMountPointInfo() throws DeviceNotAvailableException { in getMountPointInfo() method in NativeDevice
1470 public MountPointInfo getMountPointInfo(String mountpoint) throws DeviceNotAvailableException { in getMountPointInfo() method in NativeDevice