Searched refs:mountPoint (Results 1 – 2 of 2) sorted by relevance
338 String mountPoint = getIDevice().getMountPoint(mountName); in getMountPoint() local339 if (mountPoint != null) { in getMountPoint()340 return mountPoint; in getMountPoint()
274 String mountPoint = device.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in setUp() local275 device.executeShellCommand(String.format(MEDIA_SCAN_INTENT, mountPoint)); in setUp()