/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
H A 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 …]
|
H A 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 …]
|
H A 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()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/compat/ |
H A 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()
|
/aosp12/frameworks/base/media/java/android/mtp/ |
H A D | MtpStorageManager.java | 263 private MtpOperation getOperation() { in getOperation() method in MtpStorageManager.MtpObject 671 op = obj.getOperation(); in handleAddedObject() 738 MtpOperation op = obj.getOperation(); in handleRemovedObject() 769 op = obj.getOperation(); in handleChangedObject() 824 if (obj.getOperation() != MtpOperation.NONE) { in checkConsistency() 825 Log.w(TAG, "Object " + obj.getPath() + " in operation " + obj.getOperation()); in checkConsistency() 1002 if (child.getOperation() == MtpOperation.DELETE) in endRemoveObject() 1243 if (child.getOperation() == MtpOperation.COPY) in generalEndCopyObject()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/ |
H A D | CPOWrapper.java | 42 public ContentProviderOperation getOperation() { in getOperation() method in CPOWrapper
|
H A D | RawContactDeltaList.java | 229 ops.add(cpoWrapper.getOperation()); in diffToStringWrapper()
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/ |
H A D | CPOWrapper.java | 43 public ContentProviderOperation getOperation() { in getOperation() method in CPOWrapper
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | UnsafeStateException.java | 59 public @DevicePolicyOperation int getOperation() { in getOperation() method in UnsafeStateException
|
/aosp12/packages/apps/TimeZoneUpdater/src/main/com/android/timezone/updater/ |
H A D | RulesCheckReceiver.java | 119 DistroOperation operation = getOperation(context, token); in onReceive() 174 private DistroOperation getOperation(Context context, byte[] tokenBytes) { in getOperation() method in RulesCheckReceiver
|
/aosp12/frameworks/base/telephony/java/android/telephony/cdma/ |
H A D | CdmaSmsCbProgramData.java | 196 public @Operation int getOperation() { in getOperation() method in CdmaSmsCbProgramData
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
H A D | BipRequest.java | 152 private synchronized ClientOperation getOperation() { in getOperation() method in BipRequest
|
/aosp12/packages/modules/CellBroadcastService/tests/src/com/android/cellbroadcastservice/tests/ |
H A 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()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
H A D | CdmaSmsCbTest.java | 652 assertEquals(CdmaSmsCbProgramData.OPERATION_ADD_CATEGORY, programData.getOperation()); in testServiceCategoryProgramDataAddCategory() 710 assertEquals(CdmaSmsCbProgramData.OPERATION_DELETE_CATEGORY, programData.getOperation()); in testServiceCategoryProgramDataDeleteTwoCategories() 718 assertEquals(CdmaSmsCbProgramData.OPERATION_DELETE_CATEGORY, programData.getOperation()); in testServiceCategoryProgramDataDeleteTwoCategories()
|
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
H A D | CellBroadcastReceiver.java | 475 switch (programData.getOperation()) { in handleCdmaSmsCbProgramData() 496 loge("Ignoring unknown SCPD operation " + programData.getOperation()); in handleCdmaSmsCbProgramData()
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | ModelBuilder.h | 108 const Operation& getOperation(uint32_t index) const { return mOperations[index]; } in getOperation() function
|
H A 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()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A 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()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/ |
H A D | ContactSaveService.java | 523 diff.add(cpoWrapper.getOperation()); in saveContact() 736 if (isInsert && cpoWrapper.getOperation().getUri().getEncodedPath().contains( in getInsertedRawContactId()
|
/aosp12/frameworks/compile/slang/BitWriter_2_9_func/ |
H A D | BitcodeWriter.cpp | 1311 cast<AtomicRMWInst>(I).getOperation())); in WriteInstruction()
|
/aosp12/frameworks/compile/slang/BitWriter_3_2/ |
H A D | BitcodeWriter.cpp | 1345 cast<AtomicRMWInst>(I).getOperation())); in WriteInstruction()
|
/aosp12/frameworks/base/core/api/ |
H A D | test-current.txt | 583 method public int getOperation();
|
H A D | system-current.txt | 12308 method public int getOperation();
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 35235 Landroid/mtp/MtpStorageManager$MtpObject;->getOperation()Landroid/mtp/MtpStorageManager$MtpOperatio… 56249 Landroid/telephony/cdma/CdmaSmsCbProgramData;->getOperation()I
|