Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
DPairingSession.java659 throw new PoloException(message.mPoloException); in waitForMessage()
690 final PoloException mPoloException; field in PairingSession.QueueMessage
704 mPoloException = exception; in QueueMessage()
730 return mPoloException != null; in hasPoloException()
744 builder.append("poloException = " + mPoloException); in toString()