Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/capabilities/
H A DDuplex.java72 private final List<String> mNotSupportedTypeList = new ArrayList<>(); field in Duplex
96 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()