Loading core/java/android/net/SntpClient.java +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ public class SntpClient { * @return true if the transaction was successful. */ public boolean requestTime(String host, int timeout) { if (DBG) Log.d(TAG, "request time : " + host); InetAddress address = null; try { address = InetAddress.getByName(host); Loading Loading
core/java/android/net/SntpClient.java +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ public class SntpClient { * @return true if the transaction was successful. */ public boolean requestTime(String host, int timeout) { if (DBG) Log.d(TAG, "request time : " + host); InetAddress address = null; try { address = InetAddress.getByName(host); Loading