Home
last modified time | relevance | path

Searched refs:audioChannel (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/
DChannelInfo.java61 public final int audioChannel; field in ChannelInfo
113 int videoWidth, int videoHeight, float videoPixelAspectRatio, int audioChannel, in ChannelInfo() argument
124 this.audioChannel = audioChannel; in ChannelInfo()
148 + ", audioChannel=" + audioChannel in toString()
170 Objects.equals(audioChannel, that.audioChannel) && in equals()
221 mAudioChannel = other.audioChannel; in Builder()
262 public Builder setAudioChannel(int audioChannel) { in setAudioChannel() argument
263 mAudioChannel = audioChannel; in setAudioChannel()