Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/presence/pidfparser/pidf/
H A DTuple.java57 private ServiceCaps mServiceCaps; field in Tuple
93 mServiceCaps = serviceCaps; in setServiceCaps()
97 return mServiceCaps; in getServiceCaps()
142 if (mServiceCaps != null) { in serialize()
143 mServiceCaps.serialize(serializer); in serialize()
196 mServiceCaps = serviceCaps; in parse()