Home
last modified time | relevance | path

Searched defs:filesDir (Results 1 – 7 of 7) sorted by relevance

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/backends/
DAndroidUriAdapter.java103 File filesDir = AndroidFileEnvironment.getFilesDirWithPreNWorkaround(context); in toFile() local
DAndroidFileEnvironment.java201 File filesDir = context.getFilesDir(); in getFilesDirWithPreNWorkaround() local
DAndroidUri.java280 File filesDir = AndroidFileEnvironment.getFilesDirWithPreNWorkaround(context); in fromAbsolutePath() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextTest.java258 File filesDir = context.getFilesDir(); in deleteFile_shouldReturnTrue() local
268 File filesDir = context.getFilesDir(); in deleteFile_shouldReturnFalse() local
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/testing/
DShadowUtils.java101 File filesDir = new File(partition, "Android/data/com.google.android.storage.test/files"); in addExternalPackageDirs() local
/external/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java111 String filesDir = getFilesDir().getPath(); in getExecutablePathFromAssets() local
/external/leakcanary2/leakcanary-android-release/src/main/java/leakcanary/internal/
DRealHeapAnalysisJob.kt110 val filesDir = heapDumpDirectory in <lambda>() constant