/packages/apps/Stk/src/com/android/stk/ |
D | StkDigitsKeyListener.java | 37 if (sInstance != null) { in getInstance() 38 return sInstance; in getInstance() 40 sInstance = new StkDigitsKeyListener(); in getInstance() 41 return sInstance; in getInstance() 53 private static StkDigitsKeyListener sInstance; field in StkDigitsKeyListener
|
D | StkAppService.java | 75 static StkAppService sInstance = null; field in StkAppService 157 sInstance = this; in onCreate() 227 return sInstance; in getInstance()
|
/packages/apps/IM/src/com/android/im/engine/ |
D | PrefManager.java | 27 private static PrefManager sInstance; field in PrefManager 36 if (sInstance == null) { in getInstance() 37 sInstance = new PrefManager(); in getInstance() 39 return sInstance; in getInstance()
|
D | ConnectionFactory.java | 27 private static ConnectionFactory sInstance; field in ConnectionFactory 38 if (sInstance == null) { in getInstance() 39 sInstance = new ConnectionFactory(); in getInstance() 41 return sInstance; in getInstance()
|
/packages/apps/Mms/src/com/android/mms/layout/ |
D | LayoutManager.java | 38 private static LayoutManager sInstance; field in LayoutManager 74 if (sInstance != null) { in init() 77 sInstance = new LayoutManager(context); in init() 81 if (sInstance == null) { in getInstance() 84 return sInstance; in getInstance()
|
/packages/apps/IM/src/com/android/im/service/ |
D | AndroidSystemService.java | 26 private static AndroidSystemService sInstance; field in AndroidSystemService 32 if (sInstance == null) { in getInstance() 33 sInstance = new AndroidSystemService(); in getInstance() 35 return sInstance; in getInstance()
|
/packages/apps/Mms/src/com/android/mms/util/ |
D | RateController.java | 50 private static RateController sInstance; field in RateController 82 if (sInstance != null) { in init() 85 sInstance = new RateController(context); in init() 89 if (sInstance == null) { in getInstance() 92 return sInstance; in getInstance()
|
D | DownloadManager.java | 74 synchronized (sInstance) { 98 synchronized (sInstance) { 108 private static DownloadManager sInstance; field in DownloadManager 135 if (sInstance != null) { in init() 138 sInstance = new DownloadManager(context); in init() 142 if (sInstance == null) { in getInstance() 145 return sInstance; in getInstance()
|
D | DraftCache.java | 37 private static DraftCache sInstance; field in DraftCache 163 sInstance = new DraftCache(context); in init() 170 return sInstance; in getInstance()
|
D | SmileyParser.java | 37 private static SmileyParser sInstance; field in SmileyParser 38 public static SmileyParser getInstance() { return sInstance; } in getInstance() 40 sInstance = new SmileyParser(context); in init()
|
D | ContactInfoCache.java | 92 private static ContactInfoCache sInstance; field in ContactInfoCache 212 sInstance = new ContactInfoCache(context); in init() 219 return sInstance; in getInstance()
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarAppWidgetProvider.java | 58 private static CalendarAppWidgetProvider sInstance; field in CalendarAppWidgetProvider 61 if (sInstance == null) { in getInstance() 62 sInstance = new CalendarAppWidgetProvider(); in getInstance() 64 return sInstance; in getInstance()
|
/packages/apps/Music/src/com/android/music/ |
D | MediaAppWidgetProvider.java | 43 private static MediaAppWidgetProvider sInstance; field in MediaAppWidgetProvider 46 if (sInstance == null) { in getInstance() 47 sInstance = new MediaAppWidgetProvider(); in getInstance() 49 return sInstance; in getInstance()
|
/packages/apps/GlobalSearch/src/com/android/globalsearch/ |
D | SessionManager.java | 42 private static SessionManager sInstance; field in SessionManager 47 return sInstance; in getInstance() 66 sInstance = new SessionManager(context, sources, shortcutRepo, in refreshSessionmanager() 68 return sInstance; in refreshSessionmanager()
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | RetryScheduler.java | 57 private static RetryScheduler sInstance; field in RetryScheduler 59 if (sInstance == null) { in getInstance() 60 sInstance = new RetryScheduler(context); in getInstance() 62 return sInstance; in getInstance()
|