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