Searched refs:mIsListSupported (Results 1 – 2 of 2) sorted by relevance
265 final boolean mIsListSupported; field in GlobalConfiguration.ObjTypeInfo269 mIsListSupported = isList; in ObjTypeInfo()471 if (typeInfo != null && typeInfo.mIsListSupported) { in getConfigurationObject()669 if (typeInfo != null && !typeInfo.mIsListSupported && objList.size() > 0) { in addObject()
129 final boolean mIsListSupported; field in Configuration.ObjTypeInfo133 mIsListSupported = isList; in ObjTypeInfo()492 if (typeInfo != null && typeInfo.mIsListSupported) { in getConfigurationObject()1044 if (typeInfo != null && !typeInfo.mIsListSupported && objList.size() > 0) { in addObject()