| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| D | ContactsProvider2TransactionTest.java | 178 private static void addInsertContactOperations(ArrayList<ContentProviderOperation> ops) { in addInsertContactOperations() 207 private static void addInsertProfileOperations(ArrayList<ContentProviderOperation> ops) { in addInsertProfileOperations() 235 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_contactBatch() local 252 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_profileBatch() local 269 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_mixedBatch() local 290 final ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in testTransactionCallback_mixedBatchReversed() local
|
| /packages/apps/Calendar/tests/src/com/android/calendar/event/ |
| D | EditEventHelperTest.java | 297 private void addTestAttendees(ArrayList<ContentProviderOperation> ops, in addTestAttendees() 401 private boolean verifySaveEventNewEvent(ArrayList<ContentProviderOperation> ops) { in verifySaveEventNewEvent() 447 private boolean verifySaveEventModifyRecurring(ArrayList<ContentProviderOperation> ops) { in verifySaveEventModifyRecurring() 497 private boolean verifySaveEventRecurringToNonRecurring(ArrayList<ContentProviderOperation> ops) in verifySaveEventRecurringToNonRecurring() 551 private boolean verifySaveEventNonRecurringToRecurring(ArrayList<ContentProviderOperation> ops) in verifySaveEventNonRecurringToRecurring() 586 private boolean verifySaveEventUpdateNonRecurring(ArrayList<ContentProviderOperation> ops) { in verifySaveEventUpdateNonRecurring() 636 private boolean verifySaveEventModifySingleInstance(ArrayList<ContentProviderOperation> ops) { in verifySaveEventModifySingleInstance() 697 ArrayList<ContentProviderOperation> ops) { in verifySaveEventModifyAllFollowingWithNonRecurring() 754 ArrayList<ContentProviderOperation> ops) { in verifySaveEventModifyAllFollowingFirstWithNonRecurring() 810 ArrayList<ContentProviderOperation> ops) { in verifySaveEventModifyAllFollowingFirstWithRecurring() [all …]
|
| /packages/apps/Exchange/src/com/android/exchange/adapter/ |
| D | ContactsSyncParser.java | 75 ContactOperations ops = new ContactOperations(); field in ContactsSyncParser 93 public void addData(String serverId, ContactOperations ops, Entity entity) in addData() 362 private void categoriesParser(ContactOperations ops, Entity entity) throws IOException { in categoriesParser() 402 public void addParser(ContactOperations ops) throws IOException { in addParser() 430 public void deleteParser(ContactOperations ops) throws IOException { in deleteParser() 467 public void changeParser(ContactOperations ops) throws IOException { in changeParser()
|
| D | SearchParser.java | 86 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in parseStore() local 116 ArrayList<ContentProviderOperation> ops) throws IOException { in parseResult()
|
| D | CalendarSyncParser.java | 249 private static void addOrganizerToAttendees(CalendarOperations ops, long eventId, in addOrganizerToAttendees() 339 public void addEvent(CalendarOperations ops, String serverId, boolean update) in addEvent() 766 private void exceptionParser(CalendarOperations ops, ContentValues parentCv, in exceptionParser() 930 private void exceptionsParser(CalendarOperations ops, ContentValues cv, in exceptionsParser() 1061 public void addParser(CalendarOperations ops) throws IOException { in addParser() 1089 public void deleteParser(CalendarOperations ops) throws IOException { in deleteParser() 1118 public void changeParser(CalendarOperations ops) throws IOException { in changeParser() 1253 final String authority, final ArrayList<ContentProviderOperation> ops) in execute() 1290 final String authority, final ArrayList<Operation> ops, final int offset) in applyBatch() 1334 final String authority, final ArrayList<Operation> ops) throws RemoteException { in safeExecute() [all …]
|
| D | AbstractSyncAdapter.java | 177 final String authority, final ArrayList<ContentProviderOperation> ops) in execute() 208 final String authority, final ArrayList<Operation> ops, final int offset) in applyBatch() 252 final String authority, final ArrayList<Operation> ops) throws RemoteException { in safeExecute() 298 protected static void addSeparatorOperation(ArrayList<Operation> ops, Uri uri) { in addSeparatorOperation()
|
| D | EmailSyncParser.java | 806 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in commitImpl() local 900 private void applyBatchIfNeeded(ArrayList<ContentProviderOperation> ops, int maxOpsPerBatch, in applyBatchIfNeeded()
|
| /packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
| D | SingleFolderSelectionDialog.java | 123 ArrayList<FolderOperation> ops = new ArrayList<FolderOperation>(); in onListItemClick() local
|
| D | FolderOperation.java | 48 public static ArrayList<Folder> getFolders(Collection<FolderOperation> ops) { in getFolders()
|
| /packages/apps/Settings/src/com/android/settings/location/ |
| D | RecentLocationApps.java | 118 AppOpsManager.PackageOps ops = appOps.get(i); in getAppList() local 147 AppOpsManager.PackageOps ops) { in getPreferenceFromOps()
|
| /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
| D | LevenshteinDistanceTest.java | 46 EditOperation[] ops = distance.getTargetOperations(); in verifyTargetOperations() local
|
| /packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
| D | ConversationCursorTests.java | 97 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setupConvoList() local
|
| D | TestProviderTests.java | 86 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setupPonies() local
|
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
| D | LevenshteinSuggestionFormatter.java | 87 LevenshteinDistance.EditOperation[] ops = table.getTargetOperations(); in findMatches() local
|
| /packages/apps/Calendar/src/com/android/calendar/event/ |
| D | EditEventHelper.java | 302 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in saveEvent() local 567 …Service.startBatch(mService.getNextToken(), null, android.provider.CalendarContract.AUTHORITY, ops, in saveEvent() local 699 public String updatePastEvents(ArrayList<ContentProviderOperation> ops, in updatePastEvents() 823 public static boolean saveReminders(ArrayList<ContentProviderOperation> ops, long eventId, in saveReminders() 868 public static boolean saveRemindersWithBackRef(ArrayList<ContentProviderOperation> ops, in saveRemindersWithBackRef()
|
| D | EditEventFragment.java | 685 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(3); in saveReminders() local
|
| /packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
| D | ContentProviderTask.java | 95 ArrayList<ContentProviderOperation> ops) { in run()
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
| D | LocationActivity.java | 195 private Action getActionFromOps(long now, AppOpsManager.PackageOps ops) { in getActionFromOps()
|
| /packages/apps/Settings/src/com/android/settings/applications/ |
| D | AppOpsState.java | 64 public final int[] ops; field in AppOpsState.OpsTemplate 362 private CharSequence getCombinedText(ArrayList<AppOpsManager.OpEntry> ops, in getCombinedText()
|
| /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
| D | LevenshteinDistance.java | 108 final EditOperation[] ops = new EditOperation[trgLen]; in getTargetOperations() local
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
| D | RawContactDeltaList.java | 211 private static String diffToString(ArrayList<ContentProviderOperation> ops) { in diffToString()
|
| /packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
| D | SelectedConversationsActionMenu.java | 220 final List<FolderOperation> ops = Lists.newArrayListWithCapacity(1); in onActionItemClicked() local
|
| D | ConversationCursor.java | 1598 public int apply(Collection<ConversationOperation> ops, in apply() 2104 final ArrayList<ConversationOperation> ops = Lists.newArrayList(); in getOperationsForConversations() local 2317 ArrayList<ConversationOperation> ops = Lists.newArrayList(); in applyAction() local
|
| /packages/apps/Email/provider_src/com/android/email/ |
| D | SecurityPolicy.java | 538 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setAccountPolicy() local
|
| /packages/apps/Calendar/src/com/android/calendar/ |
| D | EventInfoFragment.java | 1400 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in createExceptionResponse() local 1405 mHandler.startBatch(mHandler.getNextToken(), null, CalendarContract.AUTHORITY, ops, in createExceptionResponse() local 2191 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(3); in saveReminders() local
|