Home
last modified time | relevance | path

Searched refs:hasAdoptableStorageFeature (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()
144 private static boolean hasAdoptableStorageFeature(Context context) throws Exception { in hasAdoptableStorageFeature() method in StorageManagerHelper
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java2180 return hasAdoptableStorageFeature() || hasAdoptableStorageFstab(); in isAdoptableStorageSupported()
2187 private static boolean hasAdoptableStorageFeature() throws Exception { in hasAdoptableStorageFeature() method in TestUtils