Searched refs:emulatedVol (Results 1 – 1 of 1) sorted by relevance
563 public @Nullable VolumeInfo findPrivateForEmulated(VolumeInfo emulatedVol) { in findPrivateForEmulated() argument564 if (emulatedVol != null) { in findPrivateForEmulated()565 return findVolumeById(emulatedVol.getId().replace("emulated", "private")); in findPrivateForEmulated()