Home
last modified time | relevance | path

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

/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
DUkey2Handshake.java956 private Ukey2Alert makeAlertMessage(Ukey2Alert.AlertType alertType, in makeAlertMessage() argument
958 switch (alertType) { in makeAlertMessage()
972 throwHandshakeException("Unknown alert type: " + alertType); in makeAlertMessage()
976 alert.setType(alertType); in makeAlertMessage()
1011 private void throwAlertException(Ukey2Alert.AlertType alertType, String alertLogStatement) in throwAlertException() argument
1014 throw new AlertException(alertLogStatement, makeAlertMessage(alertType, alertLogStatement)); in throwAlertException()
/external/cldr/tools/java/org/unicode/cldr/test/
DCheckCLDR.java684 public static final Type alertType = Type.Comment, field in CheckCLDR.CheckStatus