Loading telephony/java/android/telephony/ims/feature/RcsFeature.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -199,11 +199,18 @@ public class RcsFeature extends ImsFeature { /** @hide*/ /** @hide*/ @Retention(RetentionPolicy.SOURCE) @Retention(RetentionPolicy.SOURCE) @IntDef(prefix = "CAPABILITY_TYPE_", flag = true, value = { @IntDef(prefix = "CAPABILITY_TYPE_", flag = true, value = { CAPABILITY_TYPE_NONE, CAPABILITY_TYPE_OPTIONS_UCE, CAPABILITY_TYPE_OPTIONS_UCE, CAPABILITY_TYPE_PRESENCE_UCE CAPABILITY_TYPE_PRESENCE_UCE }) }) public @interface RcsImsCapabilityFlag {} public @interface RcsImsCapabilityFlag {} /** * Undefined capability type for initialization * @hide */ public static final int CAPABILITY_TYPE_NONE = 0; /** /** * This carrier supports User Capability Exchange using SIP OPTIONS as defined by the * This carrier supports User Capability Exchange using SIP OPTIONS as defined by the * framework. If set, the RcsFeature should support capability exchange using SIP OPTIONS. * framework. If set, the RcsFeature should support capability exchange using SIP OPTIONS. Loading Loading
telephony/java/android/telephony/ims/feature/RcsFeature.java +7 −0 Original line number Original line Diff line number Diff line Loading @@ -199,11 +199,18 @@ public class RcsFeature extends ImsFeature { /** @hide*/ /** @hide*/ @Retention(RetentionPolicy.SOURCE) @Retention(RetentionPolicy.SOURCE) @IntDef(prefix = "CAPABILITY_TYPE_", flag = true, value = { @IntDef(prefix = "CAPABILITY_TYPE_", flag = true, value = { CAPABILITY_TYPE_NONE, CAPABILITY_TYPE_OPTIONS_UCE, CAPABILITY_TYPE_OPTIONS_UCE, CAPABILITY_TYPE_PRESENCE_UCE CAPABILITY_TYPE_PRESENCE_UCE }) }) public @interface RcsImsCapabilityFlag {} public @interface RcsImsCapabilityFlag {} /** * Undefined capability type for initialization * @hide */ public static final int CAPABILITY_TYPE_NONE = 0; /** /** * This carrier supports User Capability Exchange using SIP OPTIONS as defined by the * This carrier supports User Capability Exchange using SIP OPTIONS as defined by the * framework. If set, the RcsFeature should support capability exchange using SIP OPTIONS. * framework. If set, the RcsFeature should support capability exchange using SIP OPTIONS. Loading