Home
last modified time | relevance | path

Searched refs:groupsUri (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/ui/
DDisplayGroupsActivity.java376 final Uri groupsUri = Groups.CONTENT_URI.buildUpon() in AccountDisplay() local
382 iterator = resolver.queryEntities(groupsUri, null, null, null); in AccountDisplay()
/packages/apps/Email/src/com/android/exchange/adapter/
DContactsSyncAdapter.java1485 Uri groupsUri = uriWithAccountAndIsSyncAdapter(Groups.CONTENT_URI); in cleanup() local
1486 Cursor c = cr.query(groupsUri, new String[] {Groups.SOURCE_ID, Groups.TITLE}, in cleanup()
1494 cr.update(uriWithAccountAndIsSyncAdapter(groupsUri), values, in cleanup()