Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java340 public static final String ENTITIES = "view_entities"; field
1856 db.execSQL("DROP VIEW IF EXISTS " + Views.ENTITIES + ";"); in createContactsViews()
2147 db.execSQL("CREATE VIEW " + Views.ENTITIES + " AS " in createContactsViews()
DContactsProvider2.java8306 sb.append(Views.ENTITIES); in setTablesAndProjectionMapForEntities()