Home
last modified time | relevance | path

Searched refs:isAdoptableStorageSupported (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DScopedStorageBaseDeviceTest.java62 assumeTrue(TestUtils.isAdoptableStorageSupported()); in setupExternalStorage()
DTestUtils.java2179 public static boolean isAdoptableStorageSupported() throws Exception { in isAdoptableStorageSupported() method in TestUtils
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerHelper.java132 public static boolean isAdoptableStorageSupported(Context context) throws Exception { in isAdoptableStorageSupported() method in StorageManagerHelper
DStorageManagerTest.java341 assumeTrue(StorageManagerHelper.isAdoptableStorageSupported(mContext)); in testGetStorageVolumeUSB()
358 assumeTrue(StorageManagerHelper.isAdoptableStorageSupported(mContext)); in testGetStorageVolumeSDCard()