Home
last modified time | relevance | path

Searched refs:TYPE_STUB (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java91 public static final int TYPE_STUB = IVold.VOLUME_TYPE_STUB; field in VolumeInfo
334 return type == TYPE_PUBLIC || type == TYPE_STUB || type == TYPE_EMULATED; in isVolumeSupportedForUser()
376 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getPathForUser()
393 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getInternalPathForUser()
407 final boolean externallyManaged = type == TYPE_STUB; in buildStorageVolume()
444 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in buildStorageVolume()
501 if ((type == VolumeInfo.TYPE_PUBLIC || type == VolumeInfo.TYPE_STUB) in buildBrowseIntentForUser()
H A DStorageManager.java909 && vol.type != VolumeInfo.TYPE_PUBLIC && vol.type != VolumeInfo.TYPE_STUB) { in getUuidForPath()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DStorageMeasurement.java156 || mVolume.getType() == VolumeInfo.TYPE_STUB) { in measureExactStorage()
/aosp14/frameworks/base/cmds/sm/src/com/android/commands/sm/
H A DSm.java136 filterType = VolumeInfo.TYPE_STUB; in runListVolumes()
/aosp14/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java223 || volume.getType() == VolumeInfo.TYPE_STUB) { in updateVolumesLocked()
260 && volume.getType() != VolumeInfo.TYPE_STUB) { in updateVolumesLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DStorageSessionController.java479 return isEmulatedOrPublic(vol) || vol.type == VolumeInfo.TYPE_STUB; in isSupportedVolume()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java1546 } else if (vol.type == VolumeInfo.TYPE_STUB) { in onVolumeCreatedLocked()
1564 case VolumeInfo.TYPE_STUB: in isBroadcastWorthy()
1721 if ((vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_STUB) in onVolumeStateChangedAsync()
1825 || vol.type == VolumeInfo.TYPE_STUB) { in isMountDisallowed()
3760 case VolumeInfo.TYPE_STUB: in getVolumeList()