Searched refs:NtpTrustedTime (Results 1 – 7 of 7) sorted by relevance
37 public class NtpTrustedTime implements TrustedTime { class41 private static NtpTrustedTime sSingleton;54 private NtpTrustedTime(String server, long timeout) { in NtpTrustedTime() method in NtpTrustedTime61 public static synchronized NtpTrustedTime getInstance(Context context) { in getInstance()77 sSingleton = new NtpTrustedTime(server, timeout); in getInstance()
11 import android.util.NtpTrustedTime;56 private final NtpTrustedTime mNtpTime;78 NtpTrustedTime ntpTime) { in NtpTimeHelper()88 this(context, looper, callback, NtpTrustedTime.getInstance(context)); in NtpTimeHelper()
10 import android.util.NtpTrustedTime;35 private NtpTrustedTime mMockNtpTrustedTime;
39 import android.util.NtpTrustedTime;77 private final NtpTrustedTime mTime;103 mTime = NtpTrustedTime.getInstance(context); in NewNetworkTimeUpdateService()
39 import android.util.NtpTrustedTime;77 private final NtpTrustedTime mTime;103 mTime = NtpTrustedTime.getInstance(context); in OldNetworkTimeUpdateService()
82 import android.util.NtpTrustedTime;2169 final NtpTrustedTime time = NtpTrustedTime.getInstance(getContext());
8206 …er;Lcom/android/server/location/NtpTimeHelper$InjectNtpTimeCallback;Landroid/util/NtpTrustedTime;)V