Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DRcsFeatureManager.java78 private static final int CAPABILITY_PRESENCE = RcsImsCapabilities.CAPABILITY_TYPE_PRESENCE_UCE; field in RcsFeatureManager
239 addRcsUceCapability(request, CAPABILITY_PRESENCE); in updateCapabilities()
466 request.addCapabilitiesToDisableForTech(CAPABILITY_PRESENCE, techNr); in disableAllRcsUceCapabilities()
467 request.addCapabilitiesToDisableForTech(CAPABILITY_PRESENCE, techLte); in disableAllRcsUceCapabilities()
468 request.addCapabilitiesToDisableForTech(CAPABILITY_PRESENCE, techIWlan); in disableAllRcsUceCapabilities()
488 return isCapabilityTypeSupported(mContext, subId, CAPABILITY_PRESENCE); in isPresenceSupported()
517 } else if (capabilityType == CAPABILITY_PRESENCE) { in isCapabilityTypeSupported()