Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java78 private static final int PEOPLE = 1; field in LegacyApiSupport
210 public static final String PEOPLE = "view_v1_people"; field
303 matcher.addURI(authority, "people", PEOPLE); in matcher.addURI() argument
596 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.PEOPLE + ";"); in createViews()
597 db.execSQL("CREATE VIEW " + LegacyTables.PEOPLE + " AS SELECT " + in createViews()
784 case PEOPLE: in insert()
1005 case PEOPLE: in update()
1553 case PEOPLE: in delete()
1616 case PEOPLE: { in query()
2047 case PEOPLE: in getType()