OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BadSecretException
(Results
1 - 4
of
4
) sorted by null
/external/google-tv-pairing-protocol/java/src/com/google/polo/exception/
BadSecretException.java
22
public class
BadSecretException
extends PoloException {
24
public
BadSecretException
() {
28
public
BadSecretException
(String message, Throwable cause) {
32
public
BadSecretException
(String message) {
36
public
BadSecretException
(Throwable cause) {
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
PairingSession.java
21
import com.google.polo.exception.
BadSecretException
;
503
throw new
BadSecretException
("Secret failed local check.");
520
throw new
BadSecretException
("Inband secret did not match. " +
553
throw new
BadSecretException
("Inband secret did not match. " +
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java
19
import com.google.polo.exception.
BadSecretException
;
402
} else if (exception instanceof
BadSecretException
) {
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/protobuf/
ProtobufWireAdapter.java
19
import com.google.polo.exception.
BadSecretException
;
267
} else if (e instanceof
BadSecretException
) {
Completed in 108 milliseconds