Searched refs:mExpectedType (Results 1 – 2 of 2) sorted by relevance
263 final Class<?> mExpectedType; field in GlobalConfiguration.ObjTypeInfo268 mExpectedType = expectedType; in ObjTypeInfo()663 if (typeInfo != null && !typeInfo.mExpectedType.isInstance(configObject)) { in addObject()666 typeName, typeInfo.mExpectedType.getCanonicalName(), in addObject()
125 final Class<?> mExpectedType; field in Configuration.ObjTypeInfo132 mExpectedType = expectedType; in ObjTypeInfo()1038 if (typeInfo != null && !typeInfo.mExpectedType.isInstance(configObject)) { in addObject()1041 typeName, typeInfo.mExpectedType.getCanonicalName(), in addObject()