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