Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DSntpClient.java76 private static class InvalidServerReplyException extends Exception { class in SntpClient
77 public InvalidServerReplyException(String message) { in InvalidServerReplyException() method in SntpClient.InvalidServerReplyException
229 throws InvalidServerReplyException { in checkValidServerReply()
231 throw new InvalidServerReplyException("unsynchronized server"); in checkValidServerReply()
234 throw new InvalidServerReplyException("untrusted mode: " + mode); in checkValidServerReply()
237 throw new InvalidServerReplyException("untrusted stratum: " + stratum); in checkValidServerReply()
240 throw new InvalidServerReplyException("zero transmitTime"); in checkValidServerReply()
243 throw new InvalidServerReplyException("zero reference timestamp"); in checkValidServerReply()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt45259 Landroid/net/SntpClient$InvalidServerReplyException;-><init>(Ljava/lang/String;)V