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
188 public static final String PEOPLE = "view_v1_people"; field
281 matcher.addURI(authority, "people", PEOPLE); in matcher.addURI() argument
567 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.PEOPLE + ";"); in createViews()
568 db.execSQL("CREATE VIEW " + LegacyTables.PEOPLE + " AS SELECT " + in createViews()
755 case PEOPLE: in insert()
976 case PEOPLE: in update()
1492 case PEOPLE: in delete()
1555 case PEOPLE: { in query()
1968 case PEOPLE: in getType()