Searched defs:Singleton (Results 1 – 12 of 12) sorted by relevance
28 public abstract class Singleton<T> { class31 public Singleton() { in Singleton() method in Singleton
28 friend class Singleton<SyncFeatures>; variable
50 friend class Singleton<ComposerService>; variable
47 friend class Singleton<ComposerServiceAIDL>; variable
34 friend class Singleton<BatteryNotifier>; variable
64 friend class Singleton<EventLog>; variable
32 friend class Singleton<ProcessInfoService>; variable
39 friend class Singleton<SensorFusion>; variable
28 friend class Singleton<BatteryService>; variable
99 friend class Singleton<GraphicBufferAllocator>; variable
66 static class Singleton<T> { class in PackageManagerServiceInjector70 Singleton(Producer<T> producer) { in Singleton() method in PackageManagerServiceInjector.Singleton