Home
last modified time | relevance | path

Searched refs:getOperation (Results 1 – 10 of 10) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaTests.java198 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneInsert()
204 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneInsert()
210 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneInsert()
241 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert()
247 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert()
253 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert()
259 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert()
284 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneUpdate()
290 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneUpdate()
296 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneUpdate()
[all …]
DRawContactModifierTests.java397 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle()
403 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle()
409 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle()
421 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle()
532 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate()
538 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate()
544 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate()
556 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate()
579 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimInsertEmpty()
609 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimInsertInsert()
[all …]
DRawContactDeltaListTests.java199 expected.getOperation().getUri(), found.getOperation().getUri()); in assertDiffPattern()
208 final ContentValues expectedValues = getValues(expected.getOperation()); in assertDiffPattern()
209 final ContentValues foundValues = getValues(found.getOperation()); in assertDiffPattern()
310 final ContentProviderOperation oper = cpoWrapper.getOperation(); in countExceptionUpdates()
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
DCompatUtils.java50 return cpoWrapper.getOperation().isInsert(); in isInsertCompat()
60 return cpoWrapper.getOperation().isUpdate(); in isUpdateCompat()
70 return cpoWrapper.getOperation().isDelete(); in isDeleteCompat()
79 return cpoWrapper.getOperation().isAssertQuery(); in isAssertQueryCompat()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiver.java124 switch (programData.getOperation()) { in handleCdmaSmsCbProgramData()
145 loge("Ignoring unknown SCPD operation " + programData.getOperation()); in handleCdmaSmsCbProgramData()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DCPOWrapper.java42 public ContentProviderOperation getOperation() { in getOperation() method in CPOWrapper
DRawContactDeltaList.java319 ops.add(cpoWrapper.getOperation()); in diffToStringWrapper()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DActionableToastBar.java245 public ToastBarOperation getOperation() { in getOperation() method in ActionableToastBar
DAbstractActivityController.java2210 outState.putParcelable(SAVED_TOAST_BAR_OP, mToastBar.getOperation());
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java436 diff.add(cpoWrapper.getOperation()); in saveContact()
649 if (isInsert && cpoWrapper.getOperation().getUri().getEncodedPath().contains( in getInsertedRawContactId()