Searched refs:FILE_STORAGE (Results 1 – 2 of 2) sorted by relevance
73 public static final String FILE_STORAGE = "file_storage"; field in AddFileActivity112 if (getIntent().hasExtra(FILE_STORAGE)) { in onResume()113 fileStorageParamValue = getIntent().getStringExtra(FILE_STORAGE); in onResume()