Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DFormatActivity.java64 private String mFormatDiskDesc; field in FormatActivity
100 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 …]