Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java338 String mountPoint = getIDevice().getMountPoint(mountName); in getMountPoint() local
339 if (mountPoint != null) { in getMountPoint()
340 return mountPoint; in getMountPoint()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DPushFilePreparer.java274 String mountPoint = device.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in setUp() local
275 device.executeShellCommand(String.format(MEDIA_SCAN_INTENT, mountPoint)); in setUp()