Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextTest.java232 File filesDir = context.getFilesDir(); in deleteFile_shouldReturnTrue() local
242 File filesDir = context.getFilesDir(); in deleteFile_shouldReturnFalse() local
/external/oboe/tests/UnitTestRunner/app/src/main/java/com/google/oboe/tests/unittestrunner/
DMainActivity.java63 String filesDir = getFilesDir().getPath(); in executeBinary() local