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.java242 ObjTypeInfo(Class<?> expectedType, boolean isList) { in ObjTypeInfo() argument
243 mExpectedType = expectedType; in ObjTypeInfo()
DConfiguration.java122 ObjTypeInfo(Class<?> expectedType, boolean isList) { in ObjTypeInfo() argument
123 mExpectedType = expectedType; in ObjTypeInfo()