Home
last modified time | relevance | path

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

12

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2TransactionTest.java178 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/
DEditEventHelperTest.java297 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/
DContactsSyncParser.java75 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()
DSearchParser.java86 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in parseStore() local
116 ArrayList<ContentProviderOperation> ops) throws IOException { in parseResult()
DCalendarSyncParser.java249 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 …]
DAbstractSyncAdapter.java177 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()
DEmailSyncParser.java806 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/
DSingleFolderSelectionDialog.java123 ArrayList<FolderOperation> ops = new ArrayList<FolderOperation>(); in onListItemClick() local
DFolderOperation.java48 public static ArrayList<Folder> getFolders(Collection<FolderOperation> ops) { in getFolders()
/packages/apps/Settings/src/com/android/settings/location/
DRecentLocationApps.java118 AppOpsManager.PackageOps ops = appOps.get(i); in getAppList() local
147 AppOpsManager.PackageOps ops) { in getPreferenceFromOps()
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
DLevenshteinDistanceTest.java46 EditOperation[] ops = distance.getTargetOperations(); in verifyTargetOperations() local
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
DConversationCursorTests.java97 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setupConvoList() local
DTestProviderTests.java86 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setupPonies() local
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DLevenshteinSuggestionFormatter.java87 LevenshteinDistance.EditOperation[] ops = table.getTargetOperations(); in findMatches() local
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventHelper.java302 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()
DEditEventFragment.java685 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(3); in saveReminders() local
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DContentProviderTask.java95 ArrayList<ContentProviderOperation> ops) { in run()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationActivity.java195 private Action getActionFromOps(long now, AppOpsManager.PackageOps ops) { in getActionFromOps()
/packages/apps/Settings/src/com/android/settings/applications/
DAppOpsState.java64 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/
DLevenshteinDistance.java108 final EditOperation[] ops = new EditOperation[trgLen]; in getTargetOperations() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDeltaList.java211 private static String diffToString(ArrayList<ContentProviderOperation> ops) { in diffToString()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSelectedConversationsActionMenu.java220 final List<FolderOperation> ops = Lists.newArrayListWithCapacity(1); in onActionItemClicked() local
DConversationCursor.java1598 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/
DSecurityPolicy.java538 ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); in setAccountPolicy() local
/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java1400 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

12