Home
last modified time | relevance | path

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

/development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/
DAddFileActivity.java237 File externalAppDir = getExternalFilesDir(null); in createFileWithRandomDataAndFinishActivity() local
238 file = new File(externalAppDir, fileName); in createFileWithRandomDataAndFinishActivity()