Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
DOptionsMessage.java134 EncodingOption bestInput = null; in getBestConfiguration() local
136 bestInput = peerInputs.iterator().next(); in getBestConfiguration()
145 if (bestInput != null) { in getBestConfiguration()
146 encoding = bestInput; in getBestConfiguration()
158 encoding = bestInput; in getBestConfiguration()