Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java85 public static final String CONTACT_ENTITIES_RESTRICTED = "contact_entities_view_restricted"; field
1214 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()