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.java192 public static final String CONTACT_METHODS = "view_v1_contact_methods"; field
599 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.CONTACT_METHODS + ";"); in createViews()
600 db.execSQL("CREATE VIEW " + LegacyTables.CONTACT_METHODS + " AS SELECT " + in createViews()
1629 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()
1635 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()
1643 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()
1651 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()
1660 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()