Home
last modified time | relevance | path

Searched refs:LegacyApiSupport (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java72 public class LegacyApiSupport { class
488 public LegacyApiSupport(Context context, ContactsDatabaseHelper contactsDatabaseHelper, in LegacyApiSupport() method in LegacyApiSupport
DContactsDatabaseHelper.java1662 LegacyApiSupport.createDatabase(db); in onCreate()
2667 LegacyApiSupport.createViews(db); in onUpgrade()
3705 updateIndexStats(db, LegacyApiSupport.LegacyTables.SETTINGS, in updateSqliteStats()
DContactsProvider2.java1454 private LegacyApiSupport mLegacyApiSupport;
1599 new LegacyApiSupport(context, mContactsHelper, this, mGlobalSearchSupport); in initForDefaultLocale()