Searched refs:supportedDuplexModes (Results 1 – 1 of 1) sorted by relevance
173 List<String> supportedDuplexModes = serviceCaps.getSupportedDuplexModes(); in handleServiceCapsElement() local175 if ((supportedDuplexModes != null && !supportedDuplexModes.isEmpty()) || in handleServiceCapsElement()178 if (!supportedDuplexModes.isEmpty()) { in handleServiceCapsElement()179 duplex.addSupportedType(supportedDuplexModes.get(0)); in handleServiceCapsElement()