Home
last modified time | relevance | path

Searched refs:getInternalFile (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/
DAddFileActivity.java231 file = getInternalFile(fileName); in createFileWithRandomDataAndFinishActivity()
289 File file = getInternalFile(fileName); in isFileExists()
332 private File getInternalFile(String fileName) { in getInternalFile() method in AddFileActivity