Searched refs:localeLanguageMatchIndex (Results 1 – 1 of 1) sorted by relevance
2473 private final int localeLanguageMatchIndex; field in DefaultTrackSelector.AudioTrackScore2510 localeLanguageMatchIndex = bestMatchIndex; in AudioTrackScore()2541 if (this.localeLanguageMatchIndex != other.localeLanguageMatchIndex) { in compareTo()2542 return -compareInts(this.localeLanguageMatchIndex, other.localeLanguageMatchIndex); in compareTo()