Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DRcsFeatureManager.java467 return isCapabilityTypeSupported(mContext, subId, CAPABILITY_OPTIONS); in isOptionsSupported()
471 return isCapabilityTypeSupported(mContext, subId, CAPABILITY_PRESENCE); in isPresenceSupported()
477 private static boolean isCapabilityTypeSupported( in isCapabilityTypeSupported() method in RcsFeatureManager