Searched refs:externalStore (Results 1 – 2 of 2) sorted by relevance
58 String externalStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in run() local65 dataStore, externalStore, externalStore)); in run()109 String externalStore = mTestDevice.getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in cleanupDevice() local110 mTestDevice.executeShellCommand(String.format("rm -r %s/panorama_input", externalStore)); in cleanupDevice()
397 final String externalStore = getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in waitForStoreMount() local398 if (externalStore == null) { in waitForStoreMount()404 String fileSystem = getFileSystem(externalStore); in waitForStoreMount()406 CLog.w("Failed to get the fileSystem of '%s'", externalStore); in waitForStoreMount()416 final String testFile = String.format("'%s/%d'", externalStore, number); in waitForStoreMount()