Searched refs:FILE_SIZE_IN_BYTES (Results 1 – 1 of 1) sorted by relevance
67 public static final String FILE_SIZE_IN_BYTES = "file_size_in_bytes"; field in AddFileActivity107 if (getIntent().hasExtra(FILE_NAME) && getIntent().hasExtra(FILE_SIZE_IN_BYTES)) { in onResume()109 String sizeInBytesParamValue = getIntent().getStringExtra(FILE_SIZE_IN_BYTES); in onResume()