Searched refs:ntpServerUri (Results 1 – 1 of 1) sorted by relevance
418 @NonNull Network network, @NonNull URI ntpServerUri, @NonNull Duration timeout); in queryNtpServer() argument721 @NonNull Network network, @NonNull URI ntpServerUri, @NonNull Duration timeout) { in queryNtpServer() argument724 final String serverName = ntpServerUri.getHost(); in queryNtpServer()725 final int port = ntpServerUri.getPort() == -1 in queryNtpServer()726 ? SntpClient.STANDARD_NTP_PORT : ntpServerUri.getPort(); in queryNtpServer()