Searched refs:mFormatDiskDesc (Results 1 – 1 of 1) sorted by relevance
68 private String mFormatDiskDesc; field in FormatActivity104 mFormatDiskDesc = savedInstanceState.getString(SAVE_STATE_FORMAT_DISK_DESC); in onCreate()157 outState.putString(SAVE_STATE_FORMAT_DISK_DESC, mFormatDiskDesc); in onSaveInstanceState()206 R.string.storage_format_success, mActivity.mFormatDiskDesc), in onReceive()211 mActivity.mFormatDiskDesc), in onReceive()226 mActivity.mFormatDiskDesc), Toast.LENGTH_SHORT).show(); in onReceive()230 mActivity.mFormatDiskDesc), Toast.LENGTH_SHORT).show(); in onReceive()251 mFormatDiskDesc = mStorageManager.getBestVolumeDescription(volume); in onRequestFormatAsPrivate()254 if (TextUtils.isEmpty(mFormatDiskDesc)) { in onRequestFormatAsPrivate()257 mFormatDiskDesc = info.getDescription(); in onRequestFormatAsPrivate()[all …]