Searched refs:mSupportedTypeList (Results 1 – 1 of 1) sorted by relevance
71 private final List<String> mSupportedTypeList = new ArrayList<>(); field in Duplex88 mSupportedTypeList.add(type); in addSupportedType()92 return Collections.unmodifiableList(mSupportedTypeList); in getSupportedTypes()105 if (mSupportedTypeList.isEmpty() && mNotSupportedTypeList.isEmpty()) { in serialize()111 for (String supportedType : mSupportedTypeList) { in serialize()