Searched defs:NtpTrustedTime (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DNtpTrustedTime.java35 public class NtpTrustedTime implements TrustedTime { class in inherits:TrustedTime
36 private static final String TAG = "NtpTrustedTime";
39 private static NtpTrustedTime sSingleton;
52 private NtpTrustedTime(String server, long timeout) { method in class:NtpTrustedTime
53 if (LOGD) Log.d(TAG, "creating NtpTrustedTime using " + server);
58 public static synchronized NtpTrustedTime getInstance(Context context) {
74 sSingleton = new NtpTrustedTime(server, timeout);

Completed in 2038 milliseconds