Home
last modified time | relevance | path

Searched refs:SYSTEM_ID (Results 1 – 6 of 6) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java462 sGroupProjectionMap.put(android.provider.Contacts.Groups.SYSTEM_ID, in sGroupProjectionMap.put() argument
463 android.provider.Contacts.Groups.SYSTEM_ID); in sGroupProjectionMap.put()
705 Groups.SYSTEM_ID + " AS " + android.provider.Contacts.Groups.SYSTEM_ID + in createViews()
725 Groups.SYSTEM_ID in createViews()
726 + " AS " + android.provider.Contacts.GroupMembership.SYSTEM_ID + ", " + in createViews()
1489 ContactsDatabaseHelper.copyStringValue(mValues, Groups.SYSTEM_ID, in parseGroupValues()
1490 values, android.provider.Contacts.Groups.SYSTEM_ID); in parseGroupValues()
1999 + " WHERE " + Groups.SYSTEM_ID + "=" in buildGroupSystemIdMatchWhereClause()
DContactsDatabaseHelper.java1479 Groups.SYSTEM_ID + " TEXT," + in onCreate()
2245 + Groups.SYSTEM_ID + "," in createGroupsView()
3894 " WHERE " + Groups.SYSTEM_ID + " NOT NULL"); in upgradeToVersion415()
DContactsProvider2.java1020 .add(Groups.SYSTEM_ID)
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java634 values.put(Groups.SYSTEM_ID, "12345"); in testGroupsInsert()
644 values.put(Groups.SYSTEM_ID, "12345"); in testGroupsUpdate()
651 values.put(Groups.SYSTEM_ID, "1234"); in testGroupsUpdate()
DContactsDatabaseHelperUpgradeTest.java334 new TableColumn(Groups.SYSTEM_ID, TEXT, false, null),
DContactsProvider2Test.java836 Groups.SYSTEM_ID, in testGroupsProjection()
864 Groups.SYSTEM_ID, in testGroupsSummaryProjection()
4333 values.put(Groups.SYSTEM_ID, "g"); in testGroupInsert()
6261 builder.withValue(ContactsContract.Groups.SYSTEM_ID, "some id"); in testSupplyingBothValuesAndParameters()
6270 builder.withValue(ContactsContract.Groups.SYSTEM_ID, "some other id"); in testSupplyingBothValuesAndParameters()