Searched refs:androidDirPath (Results 1 – 1 of 1) sorted by relevance
1805 final String androidDirPath = getExternalStorageDir().getPath() + "/Android"; in testRenameFileToAppSpecificDir() local1809 assertCantRenameFile(testFile, new File(androidDirPath, IMAGE_FILE_NAME)); in testRenameFileToAppSpecificDir()1810 assertCantRenameFile(testFile, new File(androidDirPath + "/data", IMAGE_FILE_NAME)); in testRenameFileToAppSpecificDir()1811 assertCantRenameFile(testFile, new File(androidDirPath + "/media", IMAGE_FILE_NAME)); in testRenameFileToAppSpecificDir()