Searched refs:volumeDesc (Results 1 – 3 of 3) sorted by relevance
55 final String volumeDesc = mStorageManager.getBestVolumeDescription(volumeInfo); in refresh() local61 mEntry.sizeStr, volumeDesc)); in refresh()
125 final String volumeDesc = mStorageManager.getBestVolumeDescription(volumeInfo); in onCreateGuidance() local129 title = getString(R.string.storage_wizard_back_up_apps_and_data_title, volumeDesc); in onCreateGuidance()131 title = getString(R.string.storage_wizard_back_up_apps_title, volumeDesc); in onCreateGuidance()
57 public static Intent getIntent(Context context, String volumeId, String volumeDesc) { in getIntent() argument60 i.putExtra(EXTRA_VOLUME_DESC, volumeDesc); in getIntent()