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()
303 final String externalStore = getMountPoint(IDevice.MNT_EXTERNAL_STORAGE); in waitForStoreMount() local305 final String testFile = String.format("'%s/%d'", externalStore, number); in waitForStoreMount()311 if (externalStore != null) { in waitForStoreMount()