Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DUnmountActivity.java51 private String mUnmountVolumeId; field in UnmountActivity
68 mUnmountVolumeId = getIntent().getStringExtra(VolumeInfo.EXTRA_VOLUME_ID); in onCreate()
76 final VolumeInfo volumeInfo = storageManager.findVolumeById(mUnmountVolumeId); in onCreate()
85 final Fragment fragment = UnmountPrivateStepFragment.newInstance(mUnmountVolumeId); in onCreate()
112 SettingsStorageService.unmount(UnmountActivity.this, mUnmountVolumeId); in onRequestUnmount()
121 getSystemService(StorageManager.class).findVolumeById(mUnmountVolumeId); in onResume()
135 mUnmountVolumeId)) { in onReceive()