Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java87 import com.android.ims.ImsUtInterface;
967 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL; in getConditionFromCFReason()
968 case CF_REASON_BUSY: return ImsUtInterface.CDIV_CF_BUSY; in getConditionFromCFReason()
969 case CF_REASON_NO_REPLY: return ImsUtInterface.CDIV_CF_NO_REPLY; in getConditionFromCFReason()
970 case CF_REASON_NOT_REACHABLE: return ImsUtInterface.CDIV_CF_NOT_REACHABLE; in getConditionFromCFReason()
971 case CF_REASON_ALL: return ImsUtInterface.CDIV_CF_ALL; in getConditionFromCFReason()
972 case CF_REASON_ALL_CONDITIONAL: return ImsUtInterface.CDIV_CF_ALL_CONDITIONAL; in getConditionFromCFReason()
977 return ImsUtInterface.INVALID; in getConditionFromCFReason()
982 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL; in getCFReasonFromCondition()
983 case ImsUtInterface.CDIV_CF_BUSY: return CF_REASON_BUSY; in getCFReasonFromCondition()
[all …]
DImsPhoneCallTracker.java87 import com.android.ims.ImsUtInterface;
490 private ImsUtInterface mUtInterface;
3752 public ImsUtInterface getUtInterface() throws ImsException { in getUtInterface()
3757 ImsUtInterface ut = mImsManager.getSupplementaryServiceConfiguration(); in getUtInterface()
/frameworks/base/telephony/java/com/android/ims/
DImsUtInterface.java33 public interface ImsUtInterface { interface
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneTest.java68 import com.android.ims.ImsUtInterface;
107 ImsUtInterface mImsUtInterface;
493 verify(mImsUtInterface).queryCallForward(eq(ImsUtInterface.CDIV_CF_UNCONDITIONAL), in testCallForwardingOption()
499 verify(mImsUtInterface).updateCallForward(eq(ImsUtInterface.ACTION_ACTIVATION), in testCallForwardingOption()
500 eq(ImsUtInterface.CDIV_CF_UNCONDITIONAL), eq("1234"), in testCallForwardingOption()
/frameworks/opt/net/ims/
DREADME.txt83 ImsUtInterface
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsUt.java47 public class ImsUt implements ImsUtInterface {
DImsManager.java1888 public ImsUtInterface getSupplementaryServiceConfiguration() throws ImsException { in getSupplementaryServiceConfiguration()
/frameworks/base/config/
Dpreloaded-classes7925 com.android.ims.ImsUtInterface
Dboot-image-profile.txt48305 Lcom/android/ims/ImsUtInterface;