Home
last modified time | relevance | path

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

/frameworks/opt/net/ims/src/java/com/android/ims/
DRcsFeatureManager.java484 return isCapabilityTypeSupported(mContext, subId, CAPABILITY_OPTIONS); in isOptionsSupported()
488 return isCapabilityTypeSupported(mContext, subId, CAPABILITY_PRESENCE); in isPresenceSupported()
494 private static boolean isCapabilityTypeSupported( in isCapabilityTypeSupported() method in RcsFeatureManager