Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DPanoramaBenchMarkTest.java58 String externalStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in run() local
65 dataStore, externalStore, externalStore)); in run()
109 String externalStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanupDevice() local
110 mTestDevice.executeShellCommand(String.format("rm -r %s/panorama_input", externalStore)); in cleanupDevice()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java303 final String externalStore = getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in waitForStoreMount() local
305 final String testFile = String.format("'%s/%d'", externalStore, number); in waitForStoreMount()
311 if (externalStore != null) { in waitForStoreMount()