Searched refs:filesDir (Results 1 – 3 of 3) sorted by relevance
225 File filesDir = context.getFilesDir(); in deleteFile_shouldReturnTrue() local226 File file = new File(filesDir, "test.txt"); in deleteFile_shouldReturnTrue()235 File filesDir = context.getFilesDir(); in deleteFile_shouldReturnFalse() local236 File file = new File(filesDir, "test.txt"); in deleteFile_shouldReturnFalse()
85 private native void nativeRunTests(String filesDir, Context appContext); in nativeRunTests() argument
61 private native void nativeRunTests(String filesDir, Context appContext); in nativeRunTests() argument