Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DUnmountActivity.java52 private String mUnmountVolumeDesc; field in UnmountActivity
69 mUnmountVolumeDesc = getIntent().getStringExtra(EXTRA_VOLUME_DESC); in onCreate()
104 final Fragment fragment = UnmountProgressFragment.newInstance(mUnmountVolumeDesc); in onRequestUnmount()
140 getString(R.string.storage_unmount_success, mUnmountVolumeDesc), in onReceive()
144 getString(R.string.storage_unmount_failure, mUnmountVolumeDesc), in onReceive()