Searched refs:mSupportedEnumValues (Results 1 – 1 of 1) sorted by relevance
52 private final List<T> mSupportedEnumValues; field in AreaIdConfig67 mSupportedEnumValues = supportedEnumValues; in AreaIdConfig()95 mSupportedEnumValues = new ArrayList<T>(); in AreaIdConfig()97 mSupportedEnumValues.add((T) supportedEnumPropertyValues.get(i).getTypedValue()); in AreaIdConfig()217 return Collections.unmodifiableList(mSupportedEnumValues);312 for (int i = 0; i < mSupportedEnumValues.size(); i++) {313 supportedEnumPropertyValues.add(new RawPropertyValue(mSupportedEnumValues.get(i)));339 if (!mSupportedEnumValues.isEmpty()) {340 sb.append(", mSupportedEnumValues=").append(mSupportedEnumValues);366 private List<T> mSupportedEnumValues = Collections.EMPTY_LIST;[all …]