Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DVolumeInfo.java90 public static final int TYPE_STUB = IVold.VOLUME_TYPE_STUB; field in VolumeInfo
321 if ((type == TYPE_PUBLIC || type == TYPE_STUB || type == TYPE_EMULATED) in isVisibleForUser()
360 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getPathForUser()
377 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getInternalPathForUser()
427 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in buildStorageVolume()
484 if ((type == VolumeInfo.TYPE_PUBLIC || type == VolumeInfo.TYPE_STUB) in buildBrowseIntentForUser()
DStorageManager.java926 && vol.type != VolumeInfo.TYPE_PUBLIC && vol.type != VolumeInfo.TYPE_STUB) { in getUuidForPath()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
DStorageMeasurement.java156 || mVolume.getType() == VolumeInfo.TYPE_STUB) { in measureExactStorage()
/frameworks/base/cmds/sm/src/com/android/commands/sm/
DSm.java138 filterType = VolumeInfo.TYPE_STUB; in runListVolumes()
/frameworks/base/services/core/java/com/android/server/storage/
DStorageSessionController.java487 return isEmulatedOrPublic(vol) || vol.type == VolumeInfo.TYPE_STUB; in isSupportedVolume()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java203 || volume.getType() == VolumeInfo.TYPE_STUB) { in updateVolumesLocked()
/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java1592 } else if (vol.type == VolumeInfo.TYPE_STUB) { in onVolumeCreatedLocked()
1608 case VolumeInfo.TYPE_STUB: in isBroadcastWorthy()
1752 if ((vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_STUB) in onVolumeStateChangedAsync()
1837 || vol.type == VolumeInfo.TYPE_STUB) { in isMountDisallowed()
3754 case VolumeInfo.TYPE_STUB: in getVolumeList()