Searched refs:mOperationList (Results 1 – 2 of 2) sorted by relevance
46 private ArrayList<ContentProviderOperation> mOperationList; field in VCardEntryCommitter59 if (mOperationList != null) { in onEnd()60 mCreatedUris.add(pushIntoContentResolver(mOperationList)); in onEnd()71 mOperationList = vcardEntry.constructInsertOperations(mContentResolver, mOperationList); in onEntryCreated()74 mCreatedUris.add(pushIntoContentResolver(mOperationList)); in onEntryCreated()76 mOperationList = null; in onEntryCreated()
1707 private final List<ContentProviderOperation> mOperationList; field in VCardEntry.InsertOperationConstrutor1713 mOperationList = operationList; in InsertOperationConstrutor()1736 elem.constructInsertOperation(mOperationList, mBackReferenceIndex); in onElement()