Home
last modified time | relevance | path

Searched refs:expectedType (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java264 ObjTypeInfo(Class<?> expectedType, boolean isList) { in ObjTypeInfo() argument
265 mExpectedType = expectedType; in ObjTypeInfo()
DConfiguration.java132 ObjTypeInfo(Class<?> expectedType, boolean isList) { in ObjTypeInfo() argument
133 mExpectedType = expectedType; in ObjTypeInfo()