HomeSort by relevance Sort by last modified time
    Searched full:view_v1_group_membership (Results 1 - 2 of 2) sorted by null

  /packages/providers/ContactsProvider/tests/assets/upgradeTest/
contacts2_1108.sql 161 CREATE VIEW view_v1_group_membership AS SELECT data._id AS _id, data.raw_contact_id AS person, accounts.account_name, accounts.account_type, data1 AS group_id, title AS name, notes AS notes, system_id AS system_id, groups.sourceid AS group_sync_id, accounts.account_name AS group_sync_account, accounts.account_type AS group_sync_account_type FROM data JOIN mimetypes ON (data.mimetype_id = mimetypes._id) JOIN raw_contacts ON (data.raw_contact_id = raw_contacts._id) JOIN accounts ON (raw_contacts.account_id=accounts._id)LEFT OUTER JOIN packages ON (data.package_id = packages._id) LEFT OUTER JOIN groups ON (mimetypes.mimetype='vnd.android.cursor.item\/group_membership' AND groups._id = data.data1) WHERE mimetypes.mimetype='vnd.android.cursor.item\/group_membership' AND raw_contacts.deleted=0; view
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyApiSupport.java 217 public static final String GROUP_MEMBERSHIP = "view_v1_group_membership";
    [all...]

Completed in 100 milliseconds