Home
last modified time | relevance | path

Searched refs:hasAdoptableStorageFstab (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerHelper.java133 return hasAdoptableStorageFeature(context) || hasAdoptableStorageFstab(); in isAdoptableStorageSupported()
136 private static boolean hasAdoptableStorageFstab() throws Exception { in hasAdoptableStorageFstab() method in StorageManagerHelper
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java2180 return hasAdoptableStorageFeature() || hasAdoptableStorageFstab(); in isAdoptableStorageSupported()
2183 private static boolean hasAdoptableStorageFstab() throws Exception { in hasAdoptableStorageFstab() method in TestUtils