Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java260 final Class<?> mExpectedType; field in GlobalConfiguration.ObjTypeInfo
265 mExpectedType = expectedType; in ObjTypeInfo()
652 if (typeInfo != null && !typeInfo.mExpectedType.isInstance(configObject)) { in addObject()
655 typeName, typeInfo.mExpectedType.getCanonicalName(), in addObject()
DConfiguration.java126 final Class<?> mExpectedType; field in Configuration.ObjTypeInfo
133 mExpectedType = expectedType; in ObjTypeInfo()
949 if (typeInfo != null && !typeInfo.mExpectedType.isInstance(configObject)) { in addObject()
952 typeName, typeInfo.mExpectedType.getCanonicalName(), in addObject()