Home
last modified time | relevance | path

Searched refs:getMountPointInfo (Results 1 – 3 of 3) 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
1472 List<MountPointInfo> mountpoints = getMountPointInfo(); in getMountPointInfo()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DTestDeviceTest.java2359 List<MountPointInfo> info = mTestDevice.getMountPointInfo(); in testGetMountPointInfo()
2403 MountPointInfo mpi = mTestDevice.getMountPointInfo("/mnt/secure/asec"); in testGetMountPointInfo_filter()
2411 assertNull(mTestDevice.getMountPointInfo("/a/mountpoint/too/far")); in testGetMountPointInfo_filter()