Searched refs:findEmulatedForPrivate (Results 1 – 4 of 4) 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()
873 public @Nullable VolumeInfo findEmulatedForPrivate(VolumeInfo privateVol) { in findEmulatedForPrivate() method in StorageManager