Searched refs:STATE_NOT_AVAILABLE (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DImsFeature.java84 STATE_NOT_AVAILABLE,
90 public static final int STATE_NOT_AVAILABLE = 0; field in class:ImsFeature
97 private @ImsState int mState = STATE_NOT_AVAILABLE;
200 case ImsFeature.STATE_NOT_AVAILABLE:
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DImsFeatureTest.java81 verify(mTestStatusCallback).notifyImsFeatureStatus(eq(ImsFeature.STATE_NOT_AVAILABLE));
82 verify(mTestStatusCallback2).notifyImsFeatureStatus(eq(ImsFeature.STATE_NOT_AVAILABLE));
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DTestImsServiceControllerAdapter.java84 return ImsFeature.STATE_NOT_AVAILABLE;
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsServiceProxy.java133 // still be able to be called when the state is STATE_NOT_AVAILABLE.
278 return ImsFeature.STATE_NOT_AVAILABLE;
315 * commands at a time, so the other slot must stay at {@link ImsFeature#STATE_NOT_AVAILABLE}.
H A DImsService.java174 int status = ImsFeature.STATE_NOT_AVAILABLE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java674 case ImsFeature.STATE_NOT_AVAILABLE: {

Completed in 97 milliseconds