Searched defs:findEmulatedForPrivate (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DStorageManagerVolumeProvider.java48 public VolumeInfo findEmulatedForPrivate(VolumeInfo privateVolume) { method in class:StorageManagerVolumeProvider
49 return mStorageManager.findEmulatedForPrivate(privateVolume);
H A DStorageVolumeProvider.java43 VolumeInfo findEmulatedForPrivate(VolumeInfo privateVolume); method in interface:StorageVolumeProvider
/frameworks/base/core/java/android/os/storage/
H A DStorageManager.java723 public @Nullable VolumeInfo findEmulatedForPrivate(VolumeInfo privateVol) { method in class:StorageManager

Completed in 736 milliseconds