Searched refs:mExpectedType (Results 1 – 2 of 2) sorted by relevance
260 final Class<?> mExpectedType; field in GlobalConfiguration.ObjTypeInfo265 mExpectedType = expectedType; in ObjTypeInfo()652 if (typeInfo != null && !typeInfo.mExpectedType.isInstance(configObject)) { in addObject()655 typeName, typeInfo.mExpectedType.getCanonicalName(), in addObject()
126 final Class<?> mExpectedType; field in Configuration.ObjTypeInfo133 mExpectedType = expectedType; in ObjTypeInfo()949 if (typeInfo != null && !typeInfo.mExpectedType.isInstance(configObject)) { in addObject()952 typeName, typeInfo.mExpectedType.getCanonicalName(), in addObject()