Home
last modified time | relevance | path

Searched defs:expectedTypes (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchImplTest.java1404 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testSetSchema() local
1496 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testRemoveSchema() local
1601 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testRemoveSchema_differentDataBase() local
1751 List<SchemaTypeConfigProto> expectedTypes = new ArrayList<>(); in testPrunePackageData() local
/aosp12/packages/modules/NeuralNetworks/common/
H A DOperationsUtils.cpp35 bool validateOperandTypes(const std::vector<OperandType>& expectedTypes, const char* tag, in validateOperandTypes()
77 const std::vector<OperandType>& expectedTypes) { in validateInputTypes()
83 const std::vector<OperandType>& expectedTypes) { in validateOutputTypes()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/testapi/
H A DBlockingUserLifecycleListenerTest.java299 @UserLifecycleEventType int... expectedTypes) { in assertEvents()