/packages/apps/Calendar/tests/src/com/android/calendar/event/ |
D | EditEventHelperTest.java | 268 private void addTestAttendees(ArrayList<ContentProviderOperation> ops, in addTestAttendees() 372 private boolean verifySaveEventNewEvent(ArrayList<ContentProviderOperation> ops) { in verifySaveEventNewEvent() 419 private boolean verifySaveEventModifyRecurring(ArrayList<ContentProviderOperation> ops) { in verifySaveEventModifyRecurring() 469 private boolean verifySaveEventRecurringToNonRecurring(ArrayList<ContentProviderOperation> ops) in verifySaveEventRecurringToNonRecurring() 524 private boolean verifySaveEventNonRecurringToRecurring(ArrayList<ContentProviderOperation> ops) in verifySaveEventNonRecurringToRecurring() 560 private boolean verifySaveEventUpdateNonRecurring(ArrayList<ContentProviderOperation> ops) { in verifySaveEventUpdateNonRecurring() 610 private boolean verifySaveEventModifySingleInstance(ArrayList<ContentProviderOperation> ops) { in verifySaveEventModifySingleInstance() 672 ArrayList<ContentProviderOperation> ops) { in verifySaveEventModifyAllFollowingWithNonRecurring() 730 ArrayList<ContentProviderOperation> ops) { in verifySaveEventModifyAllFollowingFirstWithNonRecurring() 787 ArrayList<ContentProviderOperation> ops) { in verifySaveEventModifyAllFollowingFirstWithRecurring() [all …]
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
D | AbstractSyncAdapter.java | 217 ArrayList<ContentProviderOperation> ops) in execute() 252 private ContentProviderResult[] applyBatch(String authority, ArrayList<Operation> ops, in applyBatch() 293 protected ContentProviderResult[] safeExecute(String authority, ArrayList<Operation> ops) in safeExecute() 343 protected void addSeparatorOperation(ArrayList<Operation> ops, Uri uri) { in addSeparatorOperation()
|
D | Search.java | 202 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in parseStore() local 231 ArrayList<ContentProviderOperation> ops) throws IOException { in parseResult()
|
D | FolderSyncParser.java | 216 public void deleteParser(ArrayList<ContentProviderOperation> ops) throws IOException { in deleteParser() 448 public void updateParser(ArrayList<ContentProviderOperation> ops) throws IOException { in updateParser() 507 ArrayList<ContentProviderOperation> ops) { in commitMailboxes() 542 public void changesParser(final ArrayList<ContentProviderOperation> ops, in changesParser()
|
D | CalendarSyncAdapter.java | 329 private void addOrganizerToAttendees(CalendarOperations ops, long eventId, in addOrganizerToAttendees() 417 public void addEvent(CalendarOperations ops, String serverId, boolean update) in addEvent() 833 private void exceptionParser(CalendarOperations ops, ContentValues parentCv, in exceptionParser() 984 private void exceptionsParser(CalendarOperations ops, ContentValues cv, in exceptionsParser() 999 private String categoriesParser(CalendarOperations ops) throws IOException { in categoriesParser() 1031 private ArrayList<ContentValues> attendeesParser(CalendarOperations ops, long eventId) in attendeesParser() 1056 private ContentValues attendeeParser(CalendarOperations ops, long eventId) in attendeeParser() 1115 public void addParser(CalendarOperations ops) throws IOException { in addParser() 1142 public void deleteParser(CalendarOperations ops) throws IOException { in deleteParser() 1171 public void changeParser(CalendarOperations ops) throws IOException { in changeParser()
|
D | ContactsSyncAdapter.java | 421 ContactOperations ops = new ContactOperations(); field in ContactsSyncAdapter.EasContactsSyncParser 428 public void addData(String serverId, ContactOperations ops, Entity entity) in addData() 708 private void categoriesParser(ContactOperations ops, Entity entity) throws IOException { in categoriesParser() 748 public void addParser(ContactOperations ops) throws IOException { in addParser() 776 public void deleteParser(ContactOperations ops) throws IOException { in deleteParser() 813 public void changeParser(ContactOperations ops) throws IOException { in changeParser() 1548 ContactOperations ops = new ContactOperations(); in cleanup() local
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
D | LevenshteinDistanceTest.java | 46 EditOperation[] ops = distance.getTargetOperations(); in verifyTargetOperations() local
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
D | EditEventHelper.java | 264 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in saveEvent() local 529 …Service.startBatch(mService.getNextToken(), null, android.provider.CalendarContract.AUTHORITY, ops, in saveEvent() local 661 public String updatePastEvents(ArrayList<ContentProviderOperation> ops, in updatePastEvents() 785 public static boolean saveReminders(ArrayList<ContentProviderOperation> ops, long eventId, in saveReminders() 830 public static boolean saveRemindersWithBackRef(ArrayList<ContentProviderOperation> ops, in saveRemindersWithBackRef()
|
D | EditEventFragment.java | 545 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(3); in saveReminders() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | LevenshteinSuggestionFormatter.java | 87 LevenshteinDistance.EditOperation[] ops = table.getTargetOperations(); in findMatches() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/ |
D | StreamItemPopulatorActivity.java | 214 ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in addStreamItemsToRawContact() local
|
/packages/apps/Exchange/tests/src/com/android/exchange/provider/ |
D | MockProviderTests.java | 89 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setupPonies() local
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/ |
D | MockProviderTests.java | 89 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setupPonies() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | LevenshteinDistance.java | 108 final EditOperation[] ops = new EditOperation[trgLen]; in getTargetOperations() local
|
/packages/apps/Email/src/com/android/email/ |
D | SecurityPolicy.java | 530 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setAccountPolicy() local
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | EntityDeltaList.java | 213 private static String diffToString(ArrayList<ContentProviderOperation> ops) { in diffToString()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
D | Account.java | 724 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in update() local 770 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in save() local
|
D | EmailContent.java | 904 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in save() local 940 public void addSaveOps(ArrayList<ContentProviderOperation> ops) { in addSaveOps()
|
/packages/apps/Exchange/tests/src/com/android/exchange/adapter/ |
D | CalendarSyncAdapterTests.java | 269 private int countInsertOperationsForTable(CalendarOperations ops, String tableName) { in countInsertOperationsForTable()
|
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/ |
D | CalendarSyncAdapterTests.java | 269 private int countInsertOperationsForTable(CalendarOperations ops, String tableName) { in countInsertOperationsForTable()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | EventInfoFragment.java | 1067 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in createExceptionResponse() local 1072 mHandler.startBatch(mHandler.getNextToken(), null, CalendarContract.AUTHORITY, ops, in createExceptionResponse() local 2063 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(3); in saveReminders() local
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 4033 ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testInsertStreamItemsAndPhotosInBatch() local
|