Searched refs:mIsListSupported (Results 1 – 2 of 2) sorted by relevance
240 final boolean mIsListSupported; field in GlobalConfiguration.ObjTypeInfo244 mIsListSupported = isList; in ObjTypeInfo()412 if (typeInfo != null && typeInfo.mIsListSupported) { in getConfigurationObject()601 if (typeInfo != null && !typeInfo.mIsListSupported && objList.size() > 0) { in addObject()
120 final boolean mIsListSupported; field in Configuration.ObjTypeInfo124 mIsListSupported = isList; in ObjTypeInfo()454 if (typeInfo != null && typeInfo.mIsListSupported) { in getConfigurationObject()873 if (typeInfo != null && !typeInfo.mIsListSupported && objList.size() > 0) { in addObject()