Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DVolumeInfo.java78 public static final int TYPE_PUBLIC = 0; field in VolumeInfo
264 return isPrimary() && (getType() == TYPE_PUBLIC); in isPrimaryPhysical()
272 if (type == TYPE_PUBLIC) { in isVisibleForRead()
287 if (type == TYPE_PUBLIC && mountUserId == userId) { in isVisibleForWrite()
307 } else if (type == TYPE_PUBLIC) { in getPathForUser()
321 if (type == TYPE_PUBLIC) { in getInternalPathForUser()
370 } else if (type == TYPE_PUBLIC) { in buildStorageVolume()
429 if (type == VolumeInfo.TYPE_PUBLIC) { in buildBrowseIntent()
DStorageManager.java1269 || vol.getType() == VolumeInfo.TYPE_PUBLIC) && vol.isMountedReadable()) { in maybeTranslateEmulatedPathToInternal()
/frameworks/base/cmds/sm/src/com/android/commands/sm/
DSm.java114 filterType = VolumeInfo.TYPE_PUBLIC; in runListVolumes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java264 case VolumeInfo.TYPE_PUBLIC: in onVolumeStateChangedInternal()
626 case VolumeInfo.TYPE_PUBLIC: in buildVolumeSettingsPendingIntent()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DExternalStorageProvider.java164 } else if (volume.getType() == VolumeInfo.TYPE_PUBLIC in updateVolumesLocked()
207 if (volume.getType() == VolumeInfo.TYPE_PUBLIC) { in updateVolumesLocked()
/frameworks/base/services/core/java/com/android/server/
DMountService.java1285 } else if (vol.type == VolumeInfo.TYPE_PUBLIC) { in onVolumeCreatedLocked()
1314 case VolumeInfo.TYPE_PUBLIC: in isBroadcastWorthy()
1391 if (vol.type == VolumeInfo.TYPE_PUBLIC && vol.state == VolumeInfo.STATE_EJECTING) { in onVolumeStateChangedLocked()
1449 if (vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_PRIVATE) { in isMountDisallowed()
3046 case VolumeInfo.TYPE_PUBLIC:
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java1852 if (vol.type == VolumeInfo.TYPE_PUBLIC && vol.isPrimary()) {