Home
last modified time | relevance | path

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

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
DContactsSyncAdapter.java140 mAccountUri = uriWithAccountAndIsSyncAdapter(RawContacts.CONTENT_URI); in ContactsSyncAdapter()
968 private Uri uriWithAccountAndIsSyncAdapter(Uri uri) { in uriWithAccountAndIsSyncAdapter() method in ContactsSyncAdapter
1035 .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()