Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java240 final boolean mIsListSupported; field in GlobalConfiguration.ObjTypeInfo
244 mIsListSupported = isList; in ObjTypeInfo()
412 if (typeInfo != null && typeInfo.mIsListSupported) { in getConfigurationObject()
601 if (typeInfo != null && !typeInfo.mIsListSupported && objList.size() > 0) { in addObject()
DConfiguration.java120 final boolean mIsListSupported; field in Configuration.ObjTypeInfo
124 mIsListSupported = isList; in ObjTypeInfo()
454 if (typeInfo != null && typeInfo.mIsListSupported) { in getConfigurationObject()
873 if (typeInfo != null && !typeInfo.mIsListSupported && objList.size() > 0) { in addObject()