Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
DOptionsMessage.java120 Set<EncodingOption> peerOutputs = otherOptions.getOutputEncodingSet(); in getBestConfiguration() local
121 peerOutputs.retainAll(mInputEncodings); in getBestConfiguration()
126 if (peerOutputs.isEmpty() && peerInputs.isEmpty()) { in getBestConfiguration()
139 if (!peerOutputs.isEmpty()) { in getBestConfiguration()
140 bestOutput = peerOutputs.iterator().next(); in getBestConfiguration()
154 if (!peerOutputs.isEmpty()) { in getBestConfiguration()