Searched refs:AUDIO_OGG (Results 1 – 3 of 3) sorted by relevance
63 public static final String AUDIO_OGG = "application/ogg"; field in ContentType115 sSupportedContentTypes.add(AUDIO_OGG);156 sSupportedAudioTypes.add(AUDIO_OGG);
78 public static final String AUDIO_OGG = "application/ogg"; field in ContentType123 (contentType.startsWith("audio/") || contentType.equalsIgnoreCase(AUDIO_OGG)); in isAudioType()
1244 ContentType.AUDIO_OGG); in getMediaTypeSelectionSql()