OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UNEXPECTED_MESSAGE
(Results
1 - 2
of
2
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java
43
* Defines the description code of the
unexpected_message
alert
45
protected static final byte
UNEXPECTED_MESSAGE
= 10;
211
case
UNEXPECTED_MESSAGE
:
212
return "
unexpected_message
";
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
HandshakeProtocolTest.java
196
AlertProtocol.
UNEXPECTED_MESSAGE
);
Completed in 43 milliseconds