Searched refs:mUnmountVolumeId (Results 1 – 1 of 1) sorted by relevance
51 private String mUnmountVolumeId; field in UnmountActivity68 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()