Searched refs:volumeLabel (Results 1 – 1 of 1) sorted by relevance
200 String volumeLabel = null; in showFragment() local214 volumeLabel = sm.getBestVolumeDescription(volume); in showFragment()215 if (TextUtils.isEmpty(volumeLabel)) { in showFragment()216 volumeLabel = storageVolume.getDescription(activity); in showFragment()218 if (TextUtils.isEmpty(volumeLabel)) { in showFragment()219 volumeLabel = activity.getString(android.R.string.unknownName); in showFragment()220 Log.w(TAG, "No volume description for " + volume + "; using " + volumeLabel); in showFragment()258 args.putString(EXTRA_VOLUME_LABEL, volumeLabel); in showFragment()