Home
last modified time | relevance | path

Searched refs:mSupportedTypeList (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.java71 private final List<String> mSupportedTypeList = new ArrayList<>(); field in Duplex
88 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()