Searched refs:TYPE_PUBLIC (Results 1 – 14 of 14) sorted by relevance
85 public static final int TYPE_PUBLIC = IVold.VOLUME_TYPE_PUBLIC; field in VolumeInfo314 return isPrimary() && (getType() == TYPE_PUBLIC); in isPrimaryPhysical()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()444 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in buildStorageVolume()501 if ((type == VolumeInfo.TYPE_PUBLIC || type == VolumeInfo.TYPE_STUB) in buildBrowseIntentForUser()
913 && vol.type != VolumeInfo.TYPE_PUBLIC && vol.type != VolumeInfo.TYPE_STUB) { in getUuidForPath()
155 if (mVolume.getType() == VolumeInfo.TYPE_PUBLIC in measureExactStorage()
90 if (volume.getType() != volume.TYPE_PUBLIC) { in startInstallation()
1618 } else if (vol.type == VolumeInfo.TYPE_PUBLIC) { in onVolumeCreatedLocked()1655 case VolumeInfo.TYPE_PUBLIC: in isBroadcastWorthy()1814 if ((vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_STUB) in onVolumeStateChangedAsync()1918 if (vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_PRIVATE in isMountDisallowed()3906 case VolumeInfo.TYPE_PUBLIC: in getVolumeList()3936 || (vol.getType() == VolumeInfo.TYPE_PUBLIC in getVolumeList()
309 case VolumeInfo.TYPE_PUBLIC: in onVolumeStateChangedInternal()402 if (disk.isAdoptable() && !rec.isInited() && rec.getType() != VolumeInfo.TYPE_PUBLIC in onVolumeMounted()745 case VolumeInfo.TYPE_PUBLIC: in buildVolumeSettingsPendingIntent()
130 filterType = VolumeInfo.TYPE_PUBLIC; in runListVolumes()
222 } else if (volume.getType() == VolumeInfo.TYPE_PUBLIC in updateVolumesLocked()272 if (volume.getType() == VolumeInfo.TYPE_PUBLIC) { in updateVolumesLocked()
462 || (vol.type == VolumeInfo.TYPE_PUBLIC && vol.isVisible()); in isEmulatedOrPublic()
75 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/);
71 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/); in createStorageManagerMock()
164 case VolumeInfo.TYPE_PUBLIC: in StorageStatsService()
45 import static android.os.storage.VolumeInfo.TYPE_PUBLIC;3832 if (vol.getType() == TYPE_PUBLIC) {
6794 // Type of the volume: TYPE_PUBLIC if portable and TYPE_PRIVATE if internal.