Home
last modified time | relevance | path

Searched refs:CONTACT_ENTITIES (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java84 public static final String CONTACT_ENTITIES = "contact_entities_view"; field
1213 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()