Searched refs:groupsUri (Results 1 – 2 of 2) sorted by relevance
376 final Uri groupsUri = Groups.CONTENT_URI.buildUpon() in AccountDisplay() local382 iterator = resolver.queryEntities(groupsUri, null, null, null); in AccountDisplay()
1485 Uri groupsUri = uriWithAccountAndIsSyncAdapter(Groups.CONTENT_URI); in cleanup() local1486 Cursor c = cr.query(groupsUri, new String[] {Groups.SOURCE_ID, Groups.TITLE}, in cleanup()1494 cr.update(uriWithAccountAndIsSyncAdapter(groupsUri), values, in cleanup()