Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DSntpClient.java73 private static class InvalidServerReplyException extends Exception { class in SntpClient
74 public InvalidServerReplyException(String message) { in InvalidServerReplyException() method in SntpClient.InvalidServerReplyException
197 throws InvalidServerReplyException { in checkValidServerReply()
199 throw new InvalidServerReplyException("unsynchronized server"); in checkValidServerReply()
202 throw new InvalidServerReplyException("untrusted mode: " + mode); in checkValidServerReply()
205 throw new InvalidServerReplyException("untrusted stratum: " + stratum); in checkValidServerReply()
208 throw new InvalidServerReplyException("zero transmitTime"); in checkValidServerReply()