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.java206 final File otherAppDir = new File(TestUtils.getAndroidDataDir(), "com.android.shell"); in testCreateFilesInRandomPlaces_hasW()
229 final File otherAppDir = new File(TestUtils.getAndroidDataDir(), "com.android.shell"); in testMkdirInRandomPlaces_hasW()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java1664 final File res = new File(getAndroidDataDir(), packageName + "/files"); in getExternalFilesDir()
1759 public static File getAndroidDataDir() { in getAndroidDataDir() method in TestUtils
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java55 import static android.scopedstorage.cts.lib.TestUtils.getAndroidDataDir;
830 () -> listAs(APP_A_HAS_RES, getAndroidDataDir().getPath())); in testListFilesFromExternalFilesDirectory()