Home
last modified time | relevance | path

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

/developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
DAddFileActivity.java73 public static final String FILE_STORAGE = "file_storage"; field in AddFileActivity
112 if (getIntent().hasExtra(FILE_STORAGE)) { in onResume()
113 fileStorageParamValue = getIntent().getStringExtra(FILE_STORAGE); in onResume()
/developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
DAddFileActivity.java73 public static final String FILE_STORAGE = "file_storage"; field in AddFileActivity
112 if (getIntent().hasExtra(FILE_STORAGE)) { in onResume()
113 fileStorageParamValue = getIntent().getStringExtra(FILE_STORAGE); in onResume()