Searched refs:GROUPS (Results 1 - 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForGroupMembership.java59 "SELECT COUNT(*) FROM " + Tables.DATA + " LEFT OUTER JOIN " + Tables .GROUPS
231 Cursor c = db.query(Tables.GROUPS, Projections.ID,
242 long groupId = db.insert(Tables.GROUPS, null, groupValues);
H A DContactsDatabaseHelper.java163 public static final String GROUPS = "groups"; field in interface:ContactsDatabaseHelper.Tables
185 GROUPS,
310 * Join string intended to be used with the GROUPS table/view. The main table must be named
334 public static final String GROUPS = "view_groups"; field in interface:ContactsDatabaseHelper.Views
559 public static final String CONCRETE_PACKAGE_ID = Tables.GROUPS + "." + PACKAGE_ID;
561 public static final String CONCRETE_ID = Tables.GROUPS + "." + BaseColumns._ID;
562 public static final String CONCRETE_SOURCE_ID = Tables.GROUPS + "." + Groups.SOURCE_ID;
565 public static final String CONCRETE_ACCOUNT_ID = Tables.GROUPS + "." + ACCOUNT_ID;
569 String CONCRETE_ACCOUNT_NAME = Views.GROUPS + "." + Groups.ACCOUNT_NAME;
570 String CONCRETE_ACCOUNT_TYPE = Views.GROUPS
[all...]
H A DLegacyApiSupport.java95 private static final int GROUPS = 18; field in class:LegacyApiSupport
190 public static final String GROUPS = "view_v1_groups"; field in interface:LegacyApiSupport.LegacyTables
270 matcher.addURI(authority, "groups", GROUPS);
669 db.execSQL("DROP VIEW IF EXISTS " + LegacyTables.GROUPS + ";");
670 db.execSQL("CREATE VIEW " + LegacyTables.GROUPS + " AS SELECT " +
677 " FROM " + Tables.GROUPS +
795 case GROUPS:
1006 case GROUPS:
1533 case GROUPS:
1746 case GROUPS
[all...]
H A DContactsProvider2.java390 public static final int GROUPS = 10000; field in class:ContactsProvider2
486 = new String[] {Tables.GROUPS + "." + Groups._ID};
551 + "(SELECT " + Tables.GROUPS + "." + Groups._ID
552 + " FROM " + Tables.GROUPS
1080 + " FROM " + Views.GROUPS
1327 matcher.addURI(ContactsContract.AUTHORITY, "groups", GROUPS);
2727 case GROUPS: {
2944 Cursor c = db.query(Tables.GROUPS + "," + Tables.RAW_CONTACTS,
3273 final long groupId = db.insert(Tables.GROUPS, Groups.TITLE, values);
3757 case GROUPS
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsDatabaseHelperUpgradeTest.java592 new TableListEntry(Tables.GROUPS, GROUPS_COLUMNS),

Completed in 137 milliseconds