/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaTests.java | 195 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneInsert() 201 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneInsert() 207 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneInsert() 238 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert() 244 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert() 250 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert() 256 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffUpdateInsert() 281 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneUpdate() 287 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneUpdate() 293 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testEntityDiffNoneUpdate() [all …]
|
D | RawContactModifierTests.java | 390 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle() 396 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle() 402 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle() 414 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptySingle() 525 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate() 531 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate() 537 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate() 549 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimEmptyAfterUpdate() 572 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimInsertEmpty() 602 final ContentProviderOperation oper = cpoWrapper.getOperation(); in testTrimInsertInsert() [all …]
|
D | RawContactDeltaListTests.java | 197 expected.getOperation().getUri(), found.getOperation().getUri()); in assertDiffPattern() 215 ContentValues expectedValues = expected.getOperation().resolveValueBackReferences( in assertDiffPattern() 217 ContentValues foundValues = found.getOperation().resolveValueBackReferences( in assertDiffPattern() 313 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/modules/RemoteKeyProvisioning/app/tests/hosttest/src/com/android/rkpdapp/hosttest/ |
D | RkpdClientOperationAtomTests.java | 157 assertThat(atom.getOperation()).isEqualTo(expectedOperation); in verifyE2eTestAtom() 165 assertThat(atom.getOperation()).isEqualTo(expectedOperation); in verifyUnitTestAtom()
|
/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 | 858 assertEquals(CdmaSmsCbProgramData.OPERATION_ADD_CATEGORY, programData.getOperation()); in testServiceCategoryProgramDataAddCategory() 917 assertEquals(CdmaSmsCbProgramData.OPERATION_DELETE_CATEGORY, programData.getOperation()); in testServiceCategoryProgramDataDeleteTwoCategories() 926 assertEquals(CdmaSmsCbProgramData.OPERATION_DELETE_CATEGORY, programData.getOperation()); in testServiceCategoryProgramDataDeleteTwoCategories()
|
/packages/modules/NeuralNetworks/runtime/ |
D | ModelBuilder.h | 110 const Operation& getOperation(uint32_t index) const { return mOperations[index]; } in getOperation() function
|
D | ExecutionPlan.cpp | 556 const Operation& operation = getSourceModel()->getOperation(operationIndex); in addOperation() 2271 const Operation& operation = getOperation(operationIndex); in partitionTheWorkInternal() 2421 const Operation& operation = getOperation(operationIndex); in getPerformance() 2478 const Operation& operation = getOperation(operationIndex); in isControlFlowOperationWithOperandOfUnknownSize() 2513 const Operation& operation = getOperation(operationIndex); in supportedByControlFlowInterpreter() 2552 const Operation& operation = getOperation(operationIndex); in findBestDeviceForEachOperation()
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastReceiver.java | 665 switch (programData.getOperation()) { in handleCdmaSmsCbProgramData() 686 loge("Ignoring unknown SCPD operation " + programData.getOperation()); in handleCdmaSmsCbProgramData()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestPartitioning.cpp | 257 uint32_t lookupOperation(std::function<const V1_3::Operation&(uint32_t)> getOperation, in lookupOperation() argument 261 const V1_3::Operation& operation = getOperation(operationIndex); in lookupOperation() 1260 const V1_3::Operation& operation = android::nn::convertToV1_3(model->getOperation(i)); in buildDefinitionMap() 1470 const Operation& operationA = modelA->getOperation(operationIndexA); in compare() 1471 const Operation& operationB = modelB->getOperation(operationIndexB); in compare()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 527 diff.add(cpoWrapper.getOperation()); in saveContact() 740 if (isInsert && cpoWrapper.getOperation().getUri().getEncodedPath().contains( in getInsertedRawContactId()
|
/packages/apps/TvSettings/ |
D | two-panel-baseline-profile.txt | 3314 SPLandroidx/fragment/app/DefaultSpecialEffectsController$SpecialEffectsInfo;->getOperation()Landroi…
|