Searched refs:volId (Results 1 – 7 of 7) sorted by relevance
110 public String volId; field in AdoptableStorageUtils.LocalVolumeInfo116 volId = split[0]; in LocalVolumeInfo()131 if (!"private".equals(info.volId)) { in getAdoptionVolume()154 .contains(vol.volId)) { in waitForVolumeReady()159 throw new AssertionError("Volume not ready " + vol.volId); in waitForVolumeReady()
100 public long benchmark(String volId) { in benchmark() argument101 return mManager.benchmark(volId); in benchmark()104 public void unmount(String volId) { in unmount() argument105 mManager.unmount(volId); in unmount()
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()
118 final String volId = getArguments().getString(VolumeInfo.EXTRA_VOLUME_ID); in onCreate() local119 if (volId != null) { in onCreate()120 mVolume = mStorageManager.findVolumeById(volId); in onCreate()
75 protected void unmount(String volId) { in unmount() argument
1257 private String getPrimaryVolumeId(String volId, UserHandle userId) { in getPrimaryVolumeId() argument1258 if (volId == null) { in getPrimaryVolumeId()1263 return volId; in getPrimaryVolumeId()