Searched refs:TYPE_PUBLIC (Results 1 – 12 of 12) 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) && mountUserId == userId) { in isVisibleForUser()336 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getPathForUser()353 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in getInternalPathForUser()399 } else if (type == TYPE_PUBLIC || type == TYPE_STUB) { in buildStorageVolume()456 if ((type == VolumeInfo.TYPE_PUBLIC || type == VolumeInfo.TYPE_STUB) in buildBrowseIntentForUser()
824 && 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*/);
125 filterType = VolumeInfo.TYPE_PUBLIC; in runListVolumes()
190 } else if ((volume.getType() == VolumeInfo.TYPE_PUBLIC in updateVolumesLocked()242 if (volume.getType() == VolumeInfo.TYPE_PUBLIC) { in updateVolumesLocked()
277 case VolumeInfo.TYPE_PUBLIC: in onVolumeStateChangedInternal()666 case VolumeInfo.TYPE_PUBLIC: in buildVolumeSettingsPendingIntent()
70 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/); in createStorageManagerMock()
123 case VolumeInfo.TYPE_PUBLIC: in StorageStatsService()
1274 } else if (vol.type == VolumeInfo.TYPE_PUBLIC) { in onVolumeCreatedLocked()1306 case VolumeInfo.TYPE_PUBLIC: in isBroadcastWorthy()1386 if ((vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_STUB) in onVolumeStateChangedLocked()1469 if (vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_PRIVATE in isMountDisallowed()3042 case VolumeInfo.TYPE_PUBLIC: in getVolumeList()
24 import static android.os.storage.VolumeInfo.TYPE_PUBLIC;2162 if (vol.getType() == TYPE_PUBLIC) { in pullExternalStorageInfo()
3465 // Type of the volume: TYPE_PUBLIC if portable and TYPE_PRIVATE if internal.