HomeSort by relevance Sort by last modified time
    Searched defs:Groups (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/provider/
Contacts.java 171 * A setting that is used to indicate if we should sync down all groups for the
173 * If this isn't set then we will only sync the groups whose SHOULD_SYNC column
464 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
465 Groups.SYSTEM_ID + "='" + Groups.GROUP_MY_CONTACTS + "'", null, null);
510 Cursor groupsCursor = resolver.query(Groups.CONTENT_URI, GROUPS_PROJECTION,
511 Groups.NAME + "=?", new String[] { groupName }, null);
547 Groups._ID,
581 new String[]{String.valueOf(person)}, Groups.DEFAULT_SORT_ORDER);
749 * Columns from the groups table
    [all...]
ContactsContract.java 80 * {@link Groups}, which contains information about raw contact groups
81 * such as Gmail contact groups. The
82 * current API does not support the notion of groups spanning multiple accounts.
94 * and groups.
249 * @see Groups
268 * @see Groups
381 * Lookup value that reflects the {@link Groups#GROUP_VISIBLE} state of
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/4/
android.jar 

Completed in 107 milliseconds