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.java3651 appendAccountIdToSelection( in deleteInTransaction()
3703 appendAccountIdToSelection(uri, selection), selectionArgs, in deleteInTransaction()
4078 selection = appendAccountIdToSelection(uri, selection); in updateInTransaction()
4100 count = updateGroups(values, appendAccountIdToSelection(uri, selection), in updateInTransaction()
8462 private String appendAccountIdToSelection(Uri uri, String selection) { in appendAccountIdToSelection() method in ContactsProvider2