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