Searched refs:sSingleton (Results 1 – 8 of 8) sorted by relevance
416 private static ContactLocaleUtils sSingleton; field in ContactLocaleUtils443 if (sSingleton == null) { in getInstance()444 sSingleton = new ContactLocaleUtils(LocaleSet.getDefault()); in getInstance()446 return sSingleton; in getInstance()455 if (sSingleton == null || !sSingleton.isLocale(locales)) { in setLocales()456 sSingleton = new ContactLocaleUtils(locales); in setLocales()
88 private static FastScrollingIndexCache sSingleton; field in FastScrollingIndexCache91 if (sSingleton == null) { in getInstance()93 sSingleton = new FastScrollingIndexCache(prefs); in getInstance()95 return sSingleton; in getInstance()101 sSingleton = new FastScrollingIndexCache(prefs); in getInstanceForTest()102 return sSingleton; in getInstanceForTest()
39 private static ProfileDatabaseHelper sSingleton = null; field in ProfileDatabaseHelper55 if (sSingleton == null) { in getInstance()56 sSingleton = new ProfileDatabaseHelper(context, DATABASE_NAME, true); in getInstance()58 return sSingleton; in getInstance()
940 private static ContactsDatabaseHelper sSingleton = null; field in ContactsDatabaseHelper998 if (sSingleton == null) { in getInstance()999 sSingleton = new ContactsDatabaseHelper(context, DATABASE_NAME, true); in getInstance()1001 return sSingleton; in getInstance()
73 private static CallGatewayManager sSingleton; field in CallGatewayManager76 if (sSingleton == null) { in getInstance()77 sSingleton = new CallGatewayManager(); in getInstance()79 return sSingleton; in getInstance()
134 private static IndexDatabaseHelper sSingleton; field in IndexDatabaseHelper137 if (sSingleton == null) { in getInstance()138 sSingleton = new IndexDatabaseHelper(context); in getInstance()140 return sSingleton; in getInstance()
64 private static DialerDatabaseHelper sSingleton = null; field in DialerDatabaseHelper322 if (sSingleton == null) { in getInstance()326 sSingleton = new DialerDatabaseHelper(context.getApplicationContext(), in getInstance()329 return sSingleton; in getInstance()
251 private static CalendarDatabaseHelper sSingleton = null; field in CalendarDatabaseHelper308 if (sSingleton == null) { in getInstance()309 sSingleton = new CalendarDatabaseHelper(context); in getInstance()311 return sSingleton; in getInstance()