Searched refs:CONTACT_METHODS (Results 1 – 1 of 1) sorted by relevance
194 public static final String CONTACT_METHODS = "view_v1_contact_methods"; field601 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()