HomeSort by relevance Sort by last modified time
    Searched defs:ImsFeature (Results 1 - 4 of 4) sorted by null

  /frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
TestImsFeature.java 21 import android.telephony.ims.feature.ImsFeature;
23 public class TestImsFeature extends ImsFeature {
29 public int setCapabilitiesResult = ImsFeature.CAPABILITY_SUCCESS;
46 if (setCapabilitiesResult != ImsFeature.CAPABILITY_SUCCESS) {
51 ImsFeature.CAPABILITY_ERROR_GENERIC);
TestMmTelFeature.java 22 import android.telephony.ims.feature.ImsFeature;
33 public int setCapabilitiesResult = ImsFeature.CAPABILITY_SUCCESS;
104 if (setCapabilitiesResult != ImsFeature.CAPABILITY_SUCCESS) {
109 ImsFeature.CAPABILITY_ERROR_GENERIC);
  /frameworks/base/telephony/java/android/telephony/ims/compat/feature/
ImsFeature.java 40 public abstract class ImsFeature {
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/
ImsFeature.java 44 * of {@link ImsFeature}, such as {@link MmTelFeature} or {@link RcsFeature}.
49 public abstract class ImsFeature {
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 in the form of a bit mask
    [all...]

Completed in 645 milliseconds