Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/
DPidfParserUtils.java173 List<String> supportedDuplexModes = serviceCaps.getSupportedDuplexModes(); in handleServiceCapsElement() local
175 if ((supportedDuplexModes != null && !supportedDuplexModes.isEmpty()) || in handleServiceCapsElement()
178 if (!supportedDuplexModes.isEmpty()) { in handleServiceCapsElement()
179 duplex.addSupportedType(supportedDuplexModes.get(0)); in handleServiceCapsElement()