Searched refs:isDefaultSelectionFlag (Results 1 – 1 of 1) sorted by relevance
2475 private final boolean isDefaultSelectionFlag; field in DefaultTrackSelector.AudioTrackScore2489 isDefaultSelectionFlag = (format.selectionFlags & C.SELECTION_FLAG_DEFAULT) != 0; in AudioTrackScore()2538 if (this.isDefaultSelectionFlag != other.isDefaultSelectionFlag) { in compareTo()2539 return this.isDefaultSelectionFlag ? 1 : -1; in compareTo()