Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Calendar/tests/src/com/android/calendar/event/
DEditEventHelperTest.java268 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/
DAbstractSyncAdapter.java217 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()
DSearch.java202 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in parseStore() local
231 ArrayList<ContentProviderOperation> ops) throws IOException { in parseResult()
DFolderSyncParser.java216 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()
DCalendarSyncAdapter.java329 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()
DContactsSyncAdapter.java421 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/
DLevenshteinDistanceTest.java46 EditOperation[] ops = distance.getTargetOperations(); in verifyTargetOperations() local
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java264 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()
DEditEventFragment.java545 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(3); in saveReminders() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DLevenshteinSuggestionFormatter.java87 LevenshteinDistance.EditOperation[] ops = table.getTargetOperations(); in findMatches() local
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/
DStreamItemPopulatorActivity.java214 ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in addStreamItemsToRawContact() local
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
DMockProviderTests.java89 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setupPonies() local
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/provider/
DMockProviderTests.java89 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setupPonies() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
DLevenshteinDistance.java108 final EditOperation[] ops = new EditOperation[trgLen]; in getTargetOperations() local
/packages/apps/Email/src/com/android/email/
DSecurityPolicy.java530 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setAccountPolicy() local
/packages/apps/Contacts/src/com/android/contacts/model/
DEntityDeltaList.java213 private static String diffToString(ArrayList<ContentProviderOperation> ops) { in diffToString()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DAccount.java724 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in update() local
770 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in save() local
DEmailContent.java904 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/
DCalendarSyncAdapterTests.java269 private int countInsertOperationsForTable(CalendarOperations ops, String tableName) { in countInsertOperationsForTable()
/packages/apps/Exchange/exchange2/tests/src/com/android/exchange/adapter/
DCalendarSyncAdapterTests.java269 private int countInsertOperationsForTable(CalendarOperations ops, String tableName) { in countInsertOperationsForTable()
/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java1067 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/
DContactsProvider2Test.java4033 ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testInsertStreamItemsAndPhotosInBatch() local