Home
last modified time | relevance | path

Searched refs:getAndroidDataDir (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java196 final File otherAppDir = new File(TestUtils.getAndroidDataDir(), "com.android.shell"); in testCreateFilesInRandomPlaces_hasW()
219 final File otherAppDir = new File(TestUtils.getAndroidDataDir(), "com.android.shell"); in testMkdirInRandomPlaces_hasW()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1188 final File res = new File(getAndroidDataDir(), packageName + "/files"); in getExternalFilesDir()
1271 public static File getAndroidDataDir() { in getAndroidDataDir() method in TestUtils
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java51 import static android.scopedstorage.cts.lib.TestUtils.getAndroidDataDir;
809 () -> listAs(APP_A_HAS_RES, getAndroidDataDir().getPath())); in testListFilesFromExternalFilesDirectory()