Searched refs:NtpTrustedTime (Results 1 – 6 of 6) sorted by relevance
35 public class NtpTrustedTime implements TrustedTime { class39 private static NtpTrustedTime sSingleton;52 private NtpTrustedTime(String server, long timeout) { in NtpTrustedTime() method in NtpTrustedTime58 public static synchronized NtpTrustedTime getInstance(Context context) { in getInstance()74 sSingleton = new NtpTrustedTime(server, timeout); in getInstance()
38 import android.util.NtpTrustedTime;104 mTime = NtpTrustedTime.getInstance(context); in NetworkTimeUpdateService()
81 import android.util.NtpTrustedTime;366 private final NtpTrustedTime mNtpTime;664 mNtpTime = NtpTrustedTime.getInstance(context); in GnssLocationProvider()
112 import android.util.NtpTrustedTime;267 wakeLock, NtpTrustedTime.getInstance(context), TelephonyManager.getDefault(), in create()
156 import android.util.NtpTrustedTime;382 NtpTrustedTime.getInstance(context), getSystemDir(), false); in NetworkPolicyManagerService()
4157 android.util.NtpTrustedTime