Searched refs:sSingleton (Results 1 – 5 of 5) sorted by relevance
55 private static DeviceStateRotationLockSettingsManager sSingleton; field in DeviceStateRotationLockSettingsManager81 if (sSingleton == null) { in getInstance()85 sSingleton = in getInstance()88 return sSingleton; in getInstance()94 sSingleton = null; in resetInstance()
53 private static final IconsUriHelper sSingleton = new IconsUriHelper(null); field in IconsUriHelper73 return sSingleton; in getInstance()
217 private static NtpTrustedTime sSingleton; field in NtpTrustedTime237 if (sSingleton == null) { in getInstance()239 sSingleton = new NtpTrustedTimeImpl(appContext); in getInstance()241 return sSingleton; in getInstance()
131 private static JobStore sSingleton; field in JobStore164 if (sSingleton == null) { in get()165 sSingleton = new JobStore(jobManagerService.getContext(), in get()168 return sSingleton; in get()
58096 Landroid/util/NtpTrustedTime;->sSingleton:Landroid/util/NtpTrustedTime;