Searched refs:PHONES (Results 1 – 3 of 3) sorted by relevance
89 private static final int PHONES = 12; field in LegacyApiSupport215 public static final String PHONES = "view_v1_phones"; field334 matcher.addURI(authority, "phones", PHONES); in matcher.addURI() argument653 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.PHONES + ";"); in createViews()654 db.execSQL("CREATE VIEW " + LegacyTables.PHONES + " AS SELECT DISTINCT " + in createViews()804 case PHONES: { in insert()1017 case PHONES: in update()1574 case PHONES: in delete()1731 case PHONES: in query()1732 qb.setTables(LegacyTables.PHONES + " phones"); in query()[all …]
368 public static final int PHONES = 3002; field in ContactsProvider21285 matcher.addURI(ContactsContract.AUTHORITY, "data/phones", PHONES); in matcher.addURI() argument6226 case PHONES: in queryLocal()9235 case PHONES: in getType()9316 case PHONES: in getDefaultProjection()
198 case ContactsProvider2.PHONES: in isBluetoothContactSharing()