Home
last modified time | relevance | path

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

/development/samples/browseable/AutoBackupForApps/src/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()