Home
last modified time | relevance | path

Searched refs:ExternalStorageHelper (Results 1 – 3 of 3) sorted by relevance

/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
DExternalStorageHelper.java52 public class ExternalStorageHelper { class
64 public static ExternalStorageHelper mInstance = null;
71 public ExternalStorageHelper(UiDevice device, Context context, UiAutomation uiAutomation, in ExternalStorageHelper() method in ExternalStorageHelper
79 public static ExternalStorageHelper getInstance(UiDevice device, Context context, in getInstance()
82 mInstance = new ExternalStorageHelper(device, context, uiAutomation, instrumentation); in getInstance()
DAdoptableStorageTests.java37 private ExternalStorageHelper storageHelper;
45 storageHelper = ExternalStorageHelper.getInstance(mDevice, mContext, mUiAutomation, in setUp()
DPortableStorageTests.java37 private ExternalStorageHelper storageHelper;
45 storageHelper = ExternalStorageHelper.getInstance(mDevice, mContext, mUiAutomation, in setUp()