Searched refs:CONTACT_ENTITIES (Results 1 – 1 of 1) sorted by relevance
84 public static final String CONTACT_ENTITIES = "contact_entities_view"; field1213 db.execSQL("DROP VIEW IF EXISTS " + Tables.CONTACT_ENTITIES + ";"); in createContactEntitiesView()1270 db.execSQL("CREATE VIEW " + Tables.CONTACT_ENTITIES + " AS " in createContactEntitiesView()1807 Tables.CONTACT_ENTITIES : Tables.CONTACT_ENTITIES_RESTRICTED; in getContactEntitiesView()