Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java3555 appendAccountIdToSelection( in deleteInTransaction()
3607 appendAccountIdToSelection(uri, selection), selectionArgs, in deleteInTransaction()
4034 selection = appendAccountIdToSelection(uri, selection); in updateInTransaction()
4056 count = updateGroups(values, appendAccountIdToSelection(uri, selection), in updateInTransaction()
8401 private String appendAccountIdToSelection(Uri uri, String selection) { in appendAccountIdToSelection() method in ContactsProvider2