Searched refs:toUpperInvariant (Results 1 – 4 of 4) sorted by relevance
133 assertThat(Util.toUpperInvariant(segment.encryptionIV)).isEqualTo("A7A"); in parseMediaPlaylist()146 assertThat(Util.toUpperInvariant(segment.encryptionIV)).isEqualTo("A7B"); in parseMediaPlaylist()
647 public static @PolyNull String toUpperInvariant(@PolyNull String text) { in toUpperInvariant() method in Util1959 return toUpperInvariant(countryCode); in getCountryCode()1963 return toUpperInvariant(Locale.getDefault().getCountry()); in getCountryCode()
276 String objectTypeHexString = Util.toUpperInvariant(objectTypeString.substring(0, 2)); in getMediaMimeType()
157 getInitialBitrateEstimatesForCountry(Util.toUpperInvariant(countryCode)); in setInitialBitrateEstimate()