Searched refs:findEmulatedForPrivate (Results 1 – 6 of 6) sorted by relevance
48 public VolumeInfo findEmulatedForPrivate(VolumeInfo privateVolume) { in findEmulatedForPrivate() method in StorageManagerVolumeProvider49 return mStorageManager.findEmulatedForPrivate(privateVolume); in findEmulatedForPrivate()
43 VolumeInfo findEmulatedForPrivate(VolumeInfo privateVolume); in findEmulatedForPrivate() method
201 VolumeInfo shared = sm.findEmulatedForPrivate(primaryVolume); in getSystemSize()
785 public @Nullable VolumeInfo findEmulatedForPrivate(VolumeInfo privateVol) { in findEmulatedForPrivate() method in StorageManager
413 return storage.findEmulatedForPrivate(storage.findVolumeByUuid(volumeUuid)); in findStorageForUuid()
12574 HSPLandroid/os/storage/StorageManager;->findEmulatedForPrivate(Landroid/os/storage/VolumeInfo;)Land…