Searched refs:uriWithAccountAndIsSyncAdapter (Results 1 – 1 of 1) sorted by relevance
140 mAccountUri = uriWithAccountAndIsSyncAdapter(RawContacts.CONTENT_URI); in ContactsSyncAdapter()968 private Uri uriWithAccountAndIsSyncAdapter(Uri uri) { in uriWithAccountAndIsSyncAdapter() method in ContactsSyncAdapter1035 .newInsert(uriWithAccountAndIsSyncAdapter(RawContacts.CONTENT_URI)); in newContact()1572 Uri groupsUri = uriWithAccountAndIsSyncAdapter(Groups.CONTENT_URI); in cleanup()1581 cr.update(uriWithAccountAndIsSyncAdapter(groupsUri), values, in cleanup()1821 Cursor c = cr.query(uriWithAccountAndIsSyncAdapter(Groups.CONTENT_URI), in dirtyContactsWithinDirtyGroups()1838 cr.delete(uriWithAccountAndIsSyncAdapter(Groups.CONTENT_URI), Groups.DELETED + "=1", in dirtyContactsWithinDirtyGroups()1843 cr.update(uriWithAccountAndIsSyncAdapter(Groups.CONTENT_URI), updateValues, null, in dirtyContactsWithinDirtyGroups()1859 Uri uri = uriWithAccountAndIsSyncAdapter(RawContactsEntity.CONTENT_URI); in sendLocalChanges()