Searched refs:TYPE_PUBLIC (Results 1 – 13 of 13) 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()
909 && vol.type != VolumeInfo.TYPE_PUBLIC && vol.type != VolumeInfo.TYPE_STUB) { in getUuidForPath()
155 if (mVolume.getType() == VolumeInfo.TYPE_PUBLIC in measureExactStorage()
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()
90 if (volume.getType() != volume.TYPE_PUBLIC) { in startInstallation()
1525 } else if (vol.type == VolumeInfo.TYPE_PUBLIC) { in onVolumeCreatedLocked()1562 case VolumeInfo.TYPE_PUBLIC: in isBroadcastWorthy()1721 if ((vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_STUB) in onVolumeStateChangedAsync()1824 if (vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_PRIVATE in isMountDisallowed()3759 case VolumeInfo.TYPE_PUBLIC: in getVolumeList()3789 || (vol.getType() == VolumeInfo.TYPE_PUBLIC in getVolumeList()
63 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/);
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()
460 || (vol.type == VolumeInfo.TYPE_PUBLIC && vol.isVisible()); in isEmulatedOrPublic()
71 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/); in createStorageManagerMock()
158 case VolumeInfo.TYPE_PUBLIC: in StorageStatsService()
42 import static android.os.storage.VolumeInfo.TYPE_PUBLIC;3666 if (vol.getType() == TYPE_PUBLIC) {