Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaTests.java194 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneInsert()
200 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneInsert()
206 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneInsert()
237 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert()
243 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert()
249 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert()
255 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert()
280 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneUpdate()
286 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneUpdate()
292 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneUpdate()
[all …]
DRawContactModifierTests.java389 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle()
395 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle()
401 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle()
413 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle()
524 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate()
530 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate()
536 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate()
548 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate()
571 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimInsertEmpty()
601 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimInsertInsert()
[all …]
DRawContactDeltaListTests.java190 expected.getOperation().getUri(), found.getOperation().getUri()); in assertDiffPattern()
199 final ContentValues expectedValues = getValues(expected.getOperation()); in assertDiffPattern()
200 final ContentValues foundValues = getValues(found.getOperation()); in assertDiffPattern()
301 final ContentProviderOperation oper = cpoWrapper.getOperation(); in countExceptionUpdates()
/packages/apps/Contacts/src/com/android/contacts/compat/
DCompatUtils.java48 return cpoWrapper.getOperation().isInsert(); in isInsertCompat()
58 return cpoWrapper.getOperation().isUpdate(); in isUpdateCompat()
68 return cpoWrapper.getOperation().isDelete(); in isDeleteCompat()
77 return cpoWrapper.getOperation().isAssertQuery(); in isAssertQueryCompat()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiver.java181 switch (programData.getOperation()) { in handleCdmaSmsCbProgramData()
202 loge("Ignoring unknown SCPD operation " + programData.getOperation()); in handleCdmaSmsCbProgramData()
/packages/apps/TimeZoneUpdater/src/main/com/android/timezone/updater/
DRulesCheckReceiver.java119 DistroOperation operation = getOperation(context, token); in onReceive()
174 private DistroOperation getOperation(Context context, byte[] tokenBytes) { in getOperation() method in RulesCheckReceiver
/packages/apps/Contacts/src/com/android/contacts/model/
DCPOWrapper.java42 public ContentProviderOperation getOperation() { in getOperation() method in CPOWrapper
DRawContactDeltaList.java229 ops.add(cpoWrapper.getOperation()); in diffToStringWrapper()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DCPOWrapper.java43 public ContentProviderOperation getOperation() { in getOperation() method in CPOWrapper
/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/services/Car/service/src/com/android/car/trust/
DCarTrustAgentBleManager.java197 if (message.getOperation() == OperationType.ACK) { in onCharacteristicWrite()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java523 diff.add(cpoWrapper.getOperation()); in saveContact()
736 if (isInsert && cpoWrapper.getOperation().getUri().getEncodedPath().contains( in getInsertedRawContactId()