Searched refs:volId (Results 1 – 4 of 4) sorted by relevance
39 String volId = intent.getStringExtra(VolumeInfo.EXTRA_VOLUME_ID); in onReceive() local40 VolumeInfo vol = storage.findVolumeById(volId); in onReceive()44 LOG.w("Missing volume " + volId); in onReceive()
35 final String volId = intent.getStringExtra(VolumeInfo.EXTRA_VOLUME_ID); in onReceive() local36 final VolumeInfo vol = storage.findVolumeById(volId); in onReceive()40 Log.w(TAG, "Missing volume " + volId); in onReceive()
98 final String volId = getArguments().getString(VolumeInfo.EXTRA_VOLUME_ID); in onCreate() local99 if (volId != null) { in onCreate()100 mVolume = mStorageManager.findVolumeById(volId); in onCreate()
66 protected void unmount(String volId) { in unmount() argument