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