Searched refs:mNotSupportedTypeList (Results 1 – 1 of 1) sorted by relevance
72 private final List<String> mNotSupportedTypeList = new ArrayList<>(); field in Duplex96 mNotSupportedTypeList.add(type); in addNotSupportedType()100 return Collections.unmodifiableList(mNotSupportedTypeList); in getNotSupportedTypes()105 if (mSupportedTypeList.isEmpty() && mNotSupportedTypeList.isEmpty()) { in serialize()117 for (String notSupportedType : mNotSupportedTypeList) { in serialize()