Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DTunerChannel.java276 tunerChannel.setVideoFormat(videoFormat); in forNetwork()
521 public synchronized void setVideoFormat(String videoFormat) { in setVideoFormat() method in TunerChannel
522 mProto = mProto.toBuilder().setVideoFormat(videoFormat == null ? "" : videoFormat).build(); in setVideoFormat()
/packages/apps/TV/src/com/android/tv/data/
DChannelImpl.java528 public Builder setVideoFormat(String videoFormat) { in setVideoFormat() method in ChannelImpl.Builder