Searched refs:TYPE_PUBLIC (Results 1 – 13 of 13) sorted by relevance
82 public static final int TYPE_PUBLIC = IVold.VOLUME_TYPE_PUBLIC; field in VolumeInfo295 return isPrimary() && (getType() == TYPE_PUBLIC); in isPrimaryPhysical()304 if ((type == TYPE_PUBLIC || type == TYPE_STUB || type == TYPE_EMULATED) in isVisibleForUser()343 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getPathForUser()360 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getInternalPathForUser()406 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in buildStorageVolume()463 if ((type == VolumeInfo.TYPE_PUBLIC || type == VolumeInfo.TYPE_STUB) in buildBrowseIntentForUser()
907 && vol.type != VolumeInfo.TYPE_PUBLIC && vol.type != VolumeInfo.TYPE_STUB) { in getUuidForPath()
155 if (mVolume.getType() == VolumeInfo.TYPE_PUBLIC in measureExactStorage()
58 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/);
345 return vol.type == VolumeInfo.TYPE_EMULATED || vol.type == VolumeInfo.TYPE_PUBLIC; in isEmulatedOrPublic()
202 } else if (volume.getType() == VolumeInfo.TYPE_PUBLIC in updateVolumesLocked()251 if (volume.getType() == VolumeInfo.TYPE_PUBLIC) { in updateVolumesLocked()
129 filterType = VolumeInfo.TYPE_PUBLIC; in runListVolumes()
282 case VolumeInfo.TYPE_PUBLIC: in onVolumeStateChangedInternal()712 case VolumeInfo.TYPE_PUBLIC: in buildVolumeSettingsPendingIntent()
70 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/); in createStorageManagerMock()
145 case VolumeInfo.TYPE_PUBLIC: in StorageStatsService()
1517 } else if (vol.type == VolumeInfo.TYPE_PUBLIC) { in onVolumeCreatedLocked()1549 case VolumeInfo.TYPE_PUBLIC: in isBroadcastWorthy()1684 if ((vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_STUB) in onVolumeStateChangedAsync()1768 if (vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_PRIVATE in isMountDisallowed()3625 case VolumeInfo.TYPE_PUBLIC: in getVolumeList()
36 import static android.os.storage.VolumeInfo.TYPE_PUBLIC;3231 if (vol.getType() == TYPE_PUBLIC) {
4324 // Type of the volume: TYPE_PUBLIC if portable and TYPE_PRIVATE if internal.