Searched refs:CONTACT_METHODS (Results 1 – 1 of 1) sorted by relevance
214 public static final String CONTACT_METHODS = "view_v1_contact_methods"; field628 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.CONTACT_METHODS + ";"); in createViews()629 db.execSQL("CREATE VIEW " + LegacyTables.CONTACT_METHODS + " AS SELECT " + in createViews()1690 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()1696 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()1704 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()1712 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()1721 qb.setTables(LegacyTables.CONTACT_METHODS + " contact_methods"); in query()