Searched refs:ServiceCaps (Results 1 – 10 of 10) sorted by relevance
62 ServiceCaps serviceCaps = new ServiceCaps(); in testElementName()65 assertEquals(ServiceCaps.ELEMENT_NAME, serviceCaps.getElementName()); in testElementName()76 ServiceCaps serviceCaps = new ServiceCaps(); in testSerializing()126 ServiceCaps serviceCaps = null; in testParsing()132 && ServiceCaps.ELEMENT_NAME.equals(parser.getName())) { in testParsing()133 serviceCaps = new ServiceCaps(); in testParsing()
20 import com.android.ims.rcs.uce.presence.pidfparser.capabilities.ServiceCaps;57 private ServiceCaps mServiceCaps;92 public void setServiceCaps(ServiceCaps serviceCaps) { in setServiceCaps()96 public ServiceCaps getServiceCaps() { in getServiceCaps()193 } else if (ServiceCaps.ELEMENT_NAME.equals(tagName)) { in parse()194 ServiceCaps serviceCaps = new ServiceCaps(); in parse()
32 public class ServiceCaps extends ElementBase { class39 public ServiceCaps() { in ServiceCaps() method in ServiceCaps
28 import com.android.ims.rcs.uce.presence.pidfparser.capabilities.ServiceCaps;164 ServiceCaps servCapsElement = new ServiceCaps(); in handleServiceCapsElement()
31 import com.android.ims.rcs.uce.presence.pidfparser.capabilities.ServiceCaps;248 ServiceCaps serviceCaps = tuple.getServiceCaps(); in getRcsContactPresenceTuple()
33 import com.android.ims.rcs.uce.presence.pidfparser.capabilities.ServiceCaps;103 ServiceCaps serviceCaps = new ServiceCaps(); in testSerializing()
8721 com.android.ims.rcs.uce.presence.pidfparser.capabilities.ServiceCaps
32772 Lcom/android/ims/rcs/uce/presence/pidfparser/capabilities/ServiceCaps;
8742 com.android.ims.rcs.uce.presence.pidfparser.capabilities.ServiceCaps
42436 Lcom/android/ims/rcs/uce/presence/pidfparser/capabilities/ServiceCaps;