Searched refs:sSingleton (Results 1 – 8 of 8) sorted by relevance
89 private static FastScrollingIndexCache sSingleton; field in FastScrollingIndexCache92 if (sSingleton == null) { in getInstance()96 sSingleton = new FastScrollingIndexCache(prefs); in getInstance()101 return sSingleton; in getInstance()107 sSingleton = new FastScrollingIndexCache(prefs); in getInstanceForTest()108 return sSingleton; in getInstanceForTest()
495 private static ContactLocaleUtils sSingleton; field in ContactLocaleUtils522 if (sSingleton == null) { in getInstance()523 sSingleton = new ContactLocaleUtils(LocaleSet.newDefault()); in getInstance()525 return sSingleton; in getInstance()539 if (sSingleton == null || !sSingleton.isLocale(locales)) { in setLocales()543 sSingleton = new ContactLocaleUtils(locales); in setLocales()
39 private static ProfileDatabaseHelper sSingleton = null; field in ProfileDatabaseHelper56 if (sSingleton == null) { in getInstance()57 sSingleton = new ProfileDatabaseHelper(context, DATABASE_NAME, true, in getInstance()60 return sSingleton; in getInstance()
986 private static ContactsDatabaseHelper sSingleton = null; field in ContactsDatabaseHelper1041 if (sSingleton == null) { in getInstance()1042 sSingleton = new ContactsDatabaseHelper(context, DATABASE_NAME, true, in getInstance()1045 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()
162 private static IndexDatabaseHelper sSingleton; field in IndexDatabaseHelper167 if (sSingleton == null) { in getInstance()168 sSingleton = new IndexDatabaseHelper(context); in getInstance()170 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()
735 private static DatabaseHelper sSingleton = null; field in TvProvider.DatabaseHelper739 if (sSingleton == null) { in getInstance()740 sSingleton = new DatabaseHelper(context); in getInstance()742 return sSingleton; in getInstance()