Searched defs:ImsFeature (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
H A DImsFeature.java40 public abstract class ImsFeature { class
42 private static final String LOG_TAG = "ImsFeature";
80 // Integer values defining the state of the ImsFeature at any time.
144 * Internal method called by ImsFeature when setFeatureState has changed.
174 case ImsFeature.STATE_NOT_AVAILABLE:
175 case ImsFeature.STATE_INITIALIZING:
178 case ImsFeature.STATE_READY:
/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DImsFeature.java44 * of {@link ImsFeature}, such as {@link MmTelFeature} or {@link RcsFeature}.
49 public abstract class ImsFeature { class
51 private static final String LOG_TAG = "ImsFeature";
110 * Integer values defining IMS features that are supported in ImsFeature.
123 * Integer values defining the state of the ImsFeature at any time.
136 * This {@link ImsFeature}'s state is unavailable and should not be communicated with.
140 * This {@link ImsFeature} state is initializing and should not be communicated with.
144 * This {@link ImsFeature} is ready for communication.
224 * Used by the ImsFeature to call back to the CapabilityCallback that the framework has
264 * Contains the capabilities defined and supported by an ImsFeature i
[all...]

Completed in 68 milliseconds