Searched refs:sSingletonInstance (Results 1 – 6 of 6) sorted by relevance
46 private static volatile KeyAttestation sSingletonInstance; field in KeyAttestation72 if (sSingletonInstance == null) { in getInstance()74 if (sSingletonInstance == null) { in getInstance()78 sSingletonInstance = new KeyAttestation(useStrongBox, new Injector()); in getInstance()82 return sSingletonInstance; in getInstance()91 if (sSingletonInstance == null) { in getInstanceForTest()93 if (sSingletonInstance == null) { in getInstanceForTest()101 return sSingletonInstance; in getInstanceForTest()
46 private static volatile FederatedComputeEncryptionKeyDao sSingletonInstance; field in FederatedComputeEncryptionKeyDao58 if (sSingletonInstance == null) { in getInstance()60 if (sSingletonInstance == null) { in getInstance()61 sSingletonInstance = in getInstance()68 return sSingletonInstance; in getInstance()74 if (sSingletonInstance == null) { in getInstanceForTest()76 if (sSingletonInstance == null) { in getInstanceForTest()80 sSingletonInstance = new FederatedComputeEncryptionKeyDao(dbHelper, clk); in getInstanceForTest()84 return sSingletonInstance; in getInstanceForTest()
42 private static volatile ODPAuthorizationTokenDao sSingletonInstance; field in ODPAuthorizationTokenDao54 if (sSingletonInstance == null) { in getInstance()56 if (sSingletonInstance == null) { in getInstance()57 sSingletonInstance = new ODPAuthorizationTokenDao( in getInstance()64 return sSingletonInstance; in getInstance()70 if (sSingletonInstance == null) { in getInstanceForTest()72 if (sSingletonInstance == null) { in getInstanceForTest()73 sSingletonInstance = new ODPAuthorizationTokenDao( in getInstanceForTest()80 return sSingletonInstance; in getInstanceForTest()
48 private static volatile FederatedTrainingTaskDao sSingletonInstance; field in FederatedTrainingTaskDao57 if (sSingletonInstance == null) { in getInstance()59 if (sSingletonInstance == null) { in getInstance()60 sSingletonInstance = in getInstance()66 return sSingletonInstance; in getInstance()73 if (sSingletonInstance == null) { in getInstanceForTest()76 sSingletonInstance = new FederatedTrainingTaskDao(dbHelper); in getInstanceForTest()78 return sSingletonInstance; in getInstanceForTest()
50 private static volatile TrainingConditionsChecker sSingletonInstance; field in TrainingConditionsChecker78 if (sSingletonInstance == null) { in getInstance()80 if (sSingletonInstance == null) { in getInstance()82 sSingletonInstance = in getInstance()91 return sSingletonInstance; in getInstance()
63 private static volatile FederatedComputeJobManager sSingletonInstance; field in FederatedComputeJobManager90 if (sSingletonInstance == null) { in getInstance()92 if (sSingletonInstance == null) { in getInstance()94 sSingletonInstance = in getInstance()105 return sSingletonInstance; in getInstance()