Searched refs:hasAdoptableStorageFeature (Results 1 – 2 of 2) sorted by relevance
133 return hasAdoptableStorageFeature(context) || hasAdoptableStorageFstab(); in isAdoptableStorageSupported()144 private static boolean hasAdoptableStorageFeature(Context context) throws Exception { in hasAdoptableStorageFeature() method in StorageManagerHelper
2180 return hasAdoptableStorageFeature() || hasAdoptableStorageFstab(); in isAdoptableStorageSupported()2187 private static boolean hasAdoptableStorageFeature() throws Exception { in hasAdoptableStorageFeature() method in TestUtils