HomeSort by relevance Sort by last modified time
    Searched defs:ExternalStorageHelper (Results 1 - 2 of 2) sorted by null

  /cts/common/device-side/preconditions/src/com/android/compatibility/common/preconditions/
ExternalStorageHelper.java 22 * ExternalStorageHelper is used to check whether the device's external storage is readable
25 public class ExternalStorageHelper {
  /platform_testing/tests/functional/externalstorage/src/com/android/functional/externalstoragetests/
ExternalStorageHelper.java 52 public class ExternalStorageHelper {
64 public static ExternalStorageHelper mInstance = null;
71 public ExternalStorageHelper(UiDevice device, Context context, UiAutomation uiAutomation,
79 public static ExternalStorageHelper getInstance(UiDevice device, Context context,
82 mInstance = new ExternalStorageHelper(device, context, uiAutomation, instrumentation);

Completed in 75 milliseconds