Searched defs:Singleton (Results 1 – 13 of 13) 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
35 private static class Singleton { class in ConnectivityThread
34 friend class Singleton<BatteryNotifier>; variable
64 friend class Singleton<EventLog>; variable
33 friend class Singleton<ProcessInfoService>; variable
39 friend class Singleton<SensorFusion>; variable
28 friend class Singleton<BatteryService>; variable
99 friend class Singleton<GraphicBufferAllocator>; variable
205 class Singleton : public T { class
893 static class Singleton<T> { class in PackageManagerService.Injector896 Singleton(Producer<T> producer) { in Singleton() method in PackageManagerService.Injector.Singleton