Searched refs:mFormatDiskDesc (Results 1 – 1 of 1) sorted by relevance
64 private String mFormatDiskDesc; field in FormatActivity100 mFormatDiskDesc = savedInstanceState.getString(SAVE_STATE_FORMAT_DISK_DESC); in onCreate()153 outState.putString(SAVE_STATE_FORMAT_DISK_DESC, mFormatDiskDesc); in onSaveInstanceState()194 R.string.storage_format_success, mFormatDiskDesc), in onReceive()198 getString(R.string.storage_format_failure, mFormatDiskDesc), in onReceive()213 mFormatDiskDesc), Toast.LENGTH_SHORT).show(); in onReceive()217 mFormatDiskDesc), Toast.LENGTH_SHORT).show(); in onReceive()238 mFormatDiskDesc = mStorageManager.getBestVolumeDescription(volume); in onRequestFormatAsPrivate()241 if (TextUtils.isEmpty(mFormatDiskDesc)) { in onRequestFormatAsPrivate()244 mFormatDiskDesc = info.getDescription(); in onRequestFormatAsPrivate()[all …]