Home | History | Annotate | Download | only in win

Lines Matching refs:mimeTypeCache

926 static HashSet<String> mimeTypeCache()
1012 types = mimeTypeCache();
1024 return mimeTypeCache().contains(type) ? (codecs.isEmpty() ? MediaPlayer::MayBeSupported : MediaPlayer::IsSupported) : MediaPlayer::IsNotSupported;