/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaTests.java | 194 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 …]
|
D | RawContactModifierTests.java | 389 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 …]
|
D | RawContactDeltaListTests.java | 196 expected.getOperation().getUri(), found.getOperation().getUri()); in assertDiffPattern() 214 ContentValues expectedValues = expected.getOperation().resolveValueBackReferences( in assertDiffPattern() 216 ContentValues foundValues = found.getOperation().resolveValueBackReferences( in assertDiffPattern() 312 final ContentProviderOperation oper = cpoWrapper.getOperation(); in countExceptionUpdates()
|
/packages/apps/Contacts/src/com/android/contacts/compat/ |
D | CompatUtils.java | 48 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/TimeZoneUpdater/src/main/com/android/timezone/updater/ |
D | RulesCheckReceiver.java | 119 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/ |
D | CPOWrapper.java | 42 public ContentProviderOperation getOperation() { in getOperation() method in CPOWrapper
|
D | RawContactDeltaList.java | 229 ops.add(cpoWrapper.getOperation()); in diffToStringWrapper()
|
/packages/apps/Dialer/java/com/android/contacts/common/model/ |
D | CPOWrapper.java | 43 public ContentProviderOperation getOperation() { in getOperation() method in CPOWrapper
|
/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
D | CdmaSmsMessageTest.java | 756 assertEquals(CdmaSmsCbProgramData.OPERATION_ADD_CATEGORY, programData.getOperation()); in testServiceCategoryProgramDataAddCategory() 815 assertEquals(CdmaSmsCbProgramData.OPERATION_DELETE_CATEGORY, programData.getOperation()); in testServiceCategoryProgramDataDeleteTwoCategories() 824 assertEquals(CdmaSmsCbProgramData.OPERATION_DELETE_CATEGORY, programData.getOperation()); in testServiceCategoryProgramDataDeleteTwoCategories()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
D | BipRequest.java | 152 private synchronized ClientOperation getOperation() { in getOperation() method in BipRequest
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiver.java | 476 switch (programData.getOperation()) { in handleCdmaSmsCbProgramData() 497 loge("Ignoring unknown SCPD operation " + programData.getOperation()); in handleCdmaSmsCbProgramData()
|
/packages/modules/NeuralNetworks/runtime/ |
D | ModelBuilder.h | 108 const Operation& getOperation(uint32_t index) const { return mOperations[index]; } in getOperation() function
|
D | ExecutionPlan.cpp | 516 const Operation& operation = getSourceModel()->getOperation(operationIndex); in addOperation() 2218 const Operation& operation = getOperation(operationIndex); in partitionTheWorkInternal() 2368 const Operation& operation = getOperation(operationIndex); in getPerformance() 2425 const Operation& operation = getOperation(operationIndex); in isControlFlowOperationWithOperandOfUnknownSize() 2460 const Operation& operation = getOperation(operationIndex); in supportedByControlFlowInterpreter() 2499 const Operation& operation = getOperation(operationIndex); in findBestDeviceForEachOperation()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 256 uint32_t lookupOperation(std::function<const V1_3::Operation&(uint32_t)> getOperation, in lookupOperation() argument 260 const V1_3::Operation& operation = getOperation(operationIndex); in lookupOperation() 1259 const V1_3::Operation& operation = android::nn::convertToV1_3(model->getOperation(i)); in buildDefinitionMap() 1469 const Operation& operationA = modelA->getOperation(operationIndexA); in compare() 1470 const Operation& operationB = modelB->getOperation(operationIndexB); in compare()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 523 diff.add(cpoWrapper.getOperation()); in saveContact() 736 if (isInsert && cpoWrapper.getOperation().getUri().getEncodedPath().contains( in getInsertedRawContactId()
|