Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java879 ContentValues outputValues = list.get(0).getAfter(); in testMigratePostalFromGoogleToExchange() local
906 ContentValues outputValues = list.get(0).getAfter(); in testMigratePostalFromExchangeToGoogle() local
945 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEventCommon() local
976 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEventFromGoogleToExchange2() local
1019 ContentValues outputValues = list.get(0).getAfter(); in testMigrateEmailFromGoogleToExchange() local
1082 ContentValues outputValues = list.get(0).getAfter(); in testMigrateImFromGoogleToExchange() local
1163 ContentValues outputValues = list.get(0).getAfter(); in testMigratePhoneFromGoogleToExchange() local
1197 ContentValues outputValues = list.get(0).getAfter(); in testMigrateOrganizationFromGoogleToExchange() local
/packages/modules/NeuralNetworks/runtime/test/
DTestValidateOperations.cpp1286 ANeuralNetworksOperandType outputValues = getOpType(inputOperandType, 4, outputDimensions); in topkV2Test() local