Searched refs:sSingleton (Results 1 – 5 of 5) sorted by relevance
33 SessionLibrary* SessionLibrary::sSingleton = NULL; member in clearkeydrm::SessionLibrary38 if (sSingleton == NULL) { in get()40 sSingleton = new SessionLibrary(); in get()43 return sSingleton; in get()
47 static SessionLibrary* sSingleton; variable
39 private static NtpTrustedTime sSingleton; field in NtpTrustedTime59 if (sSingleton == null) { in getInstance()74 sSingleton = new NtpTrustedTime(server, timeout); in getInstance()78 return sSingleton; in getInstance()
82 private static JobStore sSingleton; field in JobStore87 if (sSingleton == null) { in initAndGet()88 sSingleton = new JobStore(jobManagerService.getContext(), in initAndGet()91 return sSingleton; in initAndGet()
80 private static MtpDocumentsProvider sSingleton; field in MtpDocumentsProvider97 return sSingleton; in getInstance()102 sSingleton = this; in onCreate()