Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java194 public static final String CONTACT_METHODS = "view_v1_contact_methods"; field
601 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.CONTACT_METHODS + ";"); in createViews()
602 db.execSQL("CREATE VIEW " + LegacyTables.CONTACT_METHODS + " AS SELECT " + in createViews()
1631 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()
1637 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()
1645 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()
1653 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()
1662 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()