Searched refs:TYPE_PUBLIC (Results 1 – 14 of 14) sorted by relevance
84 public static final int TYPE_PUBLIC = IVold.VOLUME_TYPE_PUBLIC; field in VolumeInfo312 return isPrimary() && (getType() == TYPE_PUBLIC); in isPrimaryPhysical()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()
926 && vol.type != VolumeInfo.TYPE_PUBLIC && vol.type != VolumeInfo.TYPE_STUB) { in getUuidForPath()
94 if (volume.getType() != volume.TYPE_PUBLIC) { in startInstallation()
1571 } else if (vol.type == VolumeInfo.TYPE_PUBLIC) { in onVolumeCreatedLocked()1606 case VolumeInfo.TYPE_PUBLIC: in isBroadcastWorthy()1752 if ((vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_STUB) in onVolumeStateChangedAsync()1836 if (vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_PRIVATE in isMountDisallowed()3753 case VolumeInfo.TYPE_PUBLIC: in getVolumeList()
155 if (mVolume.getType() == VolumeInfo.TYPE_PUBLIC in measureExactStorage()
58 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/);
202 } else if (volume.getType() == VolumeInfo.TYPE_PUBLIC in updateVolumesLocked()251 if (volume.getType() == VolumeInfo.TYPE_PUBLIC) { in updateVolumesLocked()
132 filterType = VolumeInfo.TYPE_PUBLIC; in runListVolumes()
468 || (vol.type == VolumeInfo.TYPE_PUBLIC && vol.isVisible()); in isEmulatedOrPublic()
282 case VolumeInfo.TYPE_PUBLIC: in onVolumeStateChangedInternal()718 case VolumeInfo.TYPE_PUBLIC: in buildVolumeSettingsPendingIntent()
70 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/); in createStorageManagerMock()
146 case VolumeInfo.TYPE_PUBLIC: in StorageStatsService()
46 import static android.os.storage.VolumeInfo.TYPE_PUBLIC;3439 if (vol.getType() == TYPE_PUBLIC) {
5178 // Type of the volume: TYPE_PUBLIC if portable and TYPE_PRIVATE if internal.