Searched defs:diffs (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/dictionary/src/ |
D | dictionary.cpp | 183 int diffs) in getWordsRec()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider.java | 3133 public void insertRow(ContentProvider diffs, Cursor diffsCursor) { in insertRow() 3394 public void updateRow(long localPersonID, ContentProvider diffs, Cursor diffsCursor) { in updateRow() 3400 ContentProvider diffs, Cursor diffsCursor) { in resolveRow() 3405 ContentProvider diffs, Cursor diffsCursor, boolean conflicts) { in updateOrResolveRow() 3851 public void insertRow(ContentProvider diffs, Cursor cursor) { in insertRow() 3900 public void updateRow(long localId, ContentProvider diffs, Cursor diffsCursor) { in updateRow() 3906 ContentProvider diffs, Cursor diffsCursor) { in resolveRow() 3911 ContentProvider diffs, Cursor cursor, boolean conflicts) { in updateOrResolveRow() 3990 public void insertRow(ContentProvider diffs, Cursor cursor) { in insertRow() 4006 public void updateRow(long localId, ContentProvider diffs, Cursor diffsCursor) { in updateRow() [all …]
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarProvider.java | 3684 public void insertRow(ContentProvider diffs, Cursor diffsCursor) { in insertRow() 3716 private void insertAttendees(ContentProvider diffs, in insertAttendees() 3753 private void insertRemindersIfNecessary(ContentProvider diffs, in insertRemindersIfNecessary() 3785 private void insertExtendedPropertiesIfNecessary(ContentProvider diffs, in insertExtendedPropertiesIfNecessary() 3816 public void updateRow(long localId, ContentProvider diffs, in updateRow() 3858 ContentProvider diffs, Cursor diffsCursor) { in resolveRow()
|