HomeSort by relevance Sort by last modified time
    Searched refs:sSingleton (Results 1 - 4 of 4) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactLocaleUtils.java 130 private static ContactLocaleUtils sSingleton;
197 if (sSingleton == null) {
198 sSingleton = new ContactLocaleUtils();
200 return sSingleton;
ContactsDatabaseHelper.java 492 private static ContactsDatabaseHelper sSingleton = null;
502 if (sSingleton == null) {
503 sSingleton = new ContactsDatabaseHelper(context);
505 return sSingleton;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 172 private static BrowserSettings sSingleton;
504 if (sSingleton == null ) {
505 sSingleton = new BrowserSettings();
507 return sSingleton;
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDatabaseHelper.java 74 private static CalendarDatabaseHelper sSingleton = null;
126 if (sSingleton == null) {
127 sSingleton = new CalendarDatabaseHelper(context);
129 return sSingleton;
    [all...]

Completed in 112 milliseconds