Home
last modified time | relevance | path

Searched defs:outputValues (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/model/
H A DRawContactModifierTests.java878 ContentValues outputValues = list.get(0).getAfter(); in testMigratePostalFromGoogleToExchange() local
905 ContentValues outputValues = list.get(0).getAfter(); in testMigratePostalFromExchangeToGoogle() local
944 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEventCommon() local
975 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEventFromGoogleToExchange2() local
1018 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEmailFromGoogleToExchange() local
1081 ContentValues outputValues = list.get(0).getAfter(); in testMigrateImFromGoogleToExchange() local
1162 ContentValues outputValues = list.get(0).getAfter(); in testMigratePhoneFromGoogleToExchange() local
1196 ContentValues outputValues = list.get(0).getAfter(); in testMigrateOrganizationFromGoogleToExchange() local
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestValidateOperations.cpp1275 ANeuralNetworksOperandType outputValues = getOpType(inputOperandType, 4, outputDimensions); in topkV2Test() local