Home
last modified time | relevance | path

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

/development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/
DAddFileActivity.java61 public static final String FILE_NAME = "file_name"; field in AddFileActivity
107 if (getIntent().hasExtra(FILE_NAME) && getIntent().hasExtra(FILE_SIZE_IN_BYTES)) { in onResume()
108 String fileName = getIntent().getStringExtra(FILE_NAME); in onResume()