Searched refs:TYPE_PUBLIC (Results 1 – 7 of 7) 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()
1269 || vol.getType() == VolumeInfo.TYPE_PUBLIC) && vol.isMountedReadable()) { in maybeTranslateEmulatedPathToInternal()
114 filterType = VolumeInfo.TYPE_PUBLIC; in runListVolumes()
264 case VolumeInfo.TYPE_PUBLIC: in onVolumeStateChangedInternal()626 case VolumeInfo.TYPE_PUBLIC: in buildVolumeSettingsPendingIntent()
164 } else if (volume.getType() == VolumeInfo.TYPE_PUBLIC in updateVolumesLocked()207 if (volume.getType() == VolumeInfo.TYPE_PUBLIC) { in updateVolumesLocked()
1285 } else if (vol.type == VolumeInfo.TYPE_PUBLIC) { in onVolumeCreatedLocked()1314 case VolumeInfo.TYPE_PUBLIC: in isBroadcastWorthy()1391 if (vol.type == VolumeInfo.TYPE_PUBLIC && vol.state == VolumeInfo.STATE_EJECTING) { in onVolumeStateChangedLocked()1449 if (vol.type == VolumeInfo.TYPE_PUBLIC || vol.type == VolumeInfo.TYPE_PRIVATE) { in isMountDisallowed()3046 case VolumeInfo.TYPE_PUBLIC:
1852 if (vol.type == VolumeInfo.TYPE_PUBLIC && vol.isPrimary()) {