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

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

Completed in 187 milliseconds