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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DUnmountActivity.java50 private String mUnmountVolumeId; field in class:UnmountActivity
67 mUnmountVolumeId = getIntent().getStringExtra(VolumeInfo.EXTRA_VOLUME_ID);
75 final VolumeInfo volumeInfo = storageManager.findVolumeById(mUnmountVolumeId);
84 final Fragment fragment = UnmountPrivateStepFragment.newInstance(mUnmountVolumeId);
111 SettingsStorageService.unmount(UnmountActivity.this, mUnmountVolumeId);
120 getSystemService(StorageManager.class).findVolumeById(mUnmountVolumeId);
134 mUnmountVolumeId)) {

Completed in 72 milliseconds