/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/TV/src/com/android/tv/tuner/tvinput/ |
D | ChannelDataManager.java | 290 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in scannedChannelHandlingCompleted() local 391 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in handleEvents() local 445 applyBatch(channel.getName(), ops); in handleEvents() local 449 applyBatch(channel.getName(), ops); in handleEvents() local 480 applyBatch(channel.getName(), ops); in handleEvents() local 500 applyBatch(channel.getName(), ops); in handleEvents() local 515 applyBatch(channel.getName(), ops); in handleEvents() local 520 applyBatch(channel.getName(), ops); in handleEvents() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
D | SimContactsTestHelper.java | 91 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in deleteAllSimContacts() local 118 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in captureRestoreSnapshot() local
|
/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/Bluetooth/src/com/android/bluetooth/pbapclient/ |
D | CallLogPullRequest.java | 76 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in onPullComplete() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/ |
D | TestSyncAdapter.java | 61 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in onPerformSync() local
|
/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 | 98 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setupConvoList() local
|
D | TestProviderTests.java | 83 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setupPonies() local
|
/packages/apps/TV/src/com/android/tv/data/ |
D | ChannelLogoFetcher.java | 172 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in doInBackground() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | LevenshteinSuggestionFormatter.java | 87 LevenshteinDistance.EditOperation[] ops = table.getTargetOperations(); in findMatches() local
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrStorageStatusManager.java | 317 List<ContentProviderOperation> ops = getDeleteOps(); in doInBackground() local 360 List<ContentProviderOperation> ops = new ArrayList<>(); in getDeleteOps() local
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
D | AddWorkspaceItemsTaskTest.java | 175 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in commitScreensToDb() local
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactDeltaList.java | 212 private static String diffToString(ArrayList<ContentProviderOperation> ops) { in diffToString() 227 ArrayList<ContentProviderOperation> ops = Lists.newArrayList(); in diffToStringWrapper() local
|
D | SimContact.java | 82 public void appendCreateContactOperations(List<ContentProviderOperation> ops, in appendCreateContactOperations()
|
/packages/apps/Contacts/tests/src/com/android/contacts/database/ |
D | SimContactDaoTests.java | 503 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in seedCp2() local 522 ArrayList<ContentProviderOperation> ops) { in appendCreateContact() 539 … List<String> emails, AccountWithDataSet account, List<ContentProviderOperation> ops) { in appendCreateContact()
|
/packages/apps/Messaging/tests/src/com/android/messaging/util/ |
D | ContactUtilTest.java | 70 final ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in addTestContact() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | ContentProviderTask.java | 95 ArrayList<ContentProviderOperation> ops) { in run()
|
/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()
|
/packages/apps/TV/src/com/android/tv/data/epg/ |
D | EpgFetchHelper.java | 83 ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in updateEpgData() local
|
/packages/apps/Contacts/src/com/android/contacts/database/ |
D | SimContactDaoImpl.java | 247 final ArrayList<ContentProviderOperation> ops = in importBatch() local 388 final ArrayList<ContentProviderOperation> ops = new ArrayList<>(); in createImportOperations() local
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/ |
D | LevenshteinDistance.java | 108 final EditOperation[] ops = new EditOperation[trgLen]; in getTargetOperations() local
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppOpsState.java | 64 public final int[] ops; field in AppOpsState.OpsTemplate 382 private CharSequence getCombinedText(ArrayList<AppOpsManager.OpEntry> ops, in getCombinedText()
|