Searched refs:ExternalStorageHelper (Results 1 – 3 of 3) sorted by relevance
/platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/ |
D | ExternalStorageHelper.java | 52 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()
|
D | AdoptableStorageTests.java | 37 private ExternalStorageHelper storageHelper; 45 storageHelper = ExternalStorageHelper.getInstance(mDevice, mContext, mUiAutomation, in setUp()
|
D | PortableStorageTests.java | 37 private ExternalStorageHelper storageHelper; 45 storageHelper = ExternalStorageHelper.getInstance(mDevice, mContext, mUiAutomation, in setUp()
|