Home
last modified time | relevance | path

Searched defs:operationList (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java120 public void constructInsertOperation(List<ContentProviderOperation> operationList, in constructInsertOperation()
173 public void constructInsertOperation(List<ContentProviderOperation> operationList, in constructInsertOperation()
333 public void constructInsertOperation(List<ContentProviderOperation> operationList, in constructInsertOperation()
423 public void constructInsertOperation(List<ContentProviderOperation> operationList, in constructInsertOperation()
566 public void constructInsertOperation(List<ContentProviderOperation> operationList, in constructInsertOperation()
789 public void constructInsertOperation(List<ContentProviderOperation> operationList, in constructInsertOperation()
900 public void constructInsertOperation(List<ContentProviderOperation> operationList, in constructInsertOperation()
1004 public void constructInsertOperation(List<ContentProviderOperation> operationList, in constructInsertOperation()
1087 public void constructInsertOperation(List<ContentProviderOperation> operationList, in constructInsertOperation()
1140 public void constructInsertOperation(List<ContentProviderOperation> operationList, in constructInsertOperation()
[all …]
DVCardEntryCommitter.java81 private Uri pushIntoContentResolver(ArrayList<ContentProviderOperation> operationList) { in pushIntoContentResolver()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardEntryTests.java354 ArrayList<ContentProviderOperation> operationList = in testConstructInsertOperationsInsertName() local
371 ArrayList<ContentProviderOperation> operationList = in testConstructInsertOperationsEmptyData() local