Searched refs:TYPE_PUBLIC (Results 1 – 8 of 8) sorted by relevance
78 public static final int TYPE_PUBLIC = 0; field in VolumeInfo264 return isPrimary() && (getType() == TYPE_PUBLIC); in isPrimaryPhysical()272 if (type == TYPE_PUBLIC) { in isVisibleForRead()287 if (type == TYPE_PUBLIC && mountUserId == userId) { in isVisibleForWrite()307 } else if (type == TYPE_PUBLIC) { in getPathForUser()321 if (type == TYPE_PUBLIC) { in getInternalPathForUser()370 } else if (type == TYPE_PUBLIC) { in buildStorageVolume()429 if (type == VolumeInfo.TYPE_PUBLIC) { in buildBrowseIntent()
155 if (mVolume.getType() == VolumeInfo.TYPE_PUBLIC) { in measureExactStorage()
159 } else if (volume.getType() == VolumeInfo.TYPE_PUBLIC in updateVolumesLocked()210 if (volume.getType() == VolumeInfo.TYPE_PUBLIC) { in updateVolumesLocked()
118 filterType = VolumeInfo.TYPE_PUBLIC; in runListVolumes()
55 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/);
277 case VolumeInfo.TYPE_PUBLIC: in onVolumeStateChangedInternal()661 case VolumeInfo.TYPE_PUBLIC: in buildVolumeSettingsPendingIntent()
77 VolumeInfo.TYPE_PUBLIC, null /*DiskInfo*/, null /*partGuid*/); in createStorageManagerMock()
1309 } else if (vol.type == VolumeInfo.TYPE_PUBLIC) { in onVolumeCreatedLocked()1338 case VolumeInfo.TYPE_PUBLIC: in isBroadcastWorthy()1415 if (vol.type == VolumeInfo.TYPE_PUBLIC && vol.state == VolumeInfo.STATE_EJECTING) { in onVolumeStateChangedLocked()1473 if (vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_PRIVATE) { in isMountDisallowed()3170 case VolumeInfo.TYPE_PUBLIC: in getVolumeList()