Searched refs:ImsUtInterface (Results 1 – 9 of 9) sorted by relevance
88 import com.android.ims.ImsUtInterface;1060 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL; in getConditionFromCFReason()1061 case CF_REASON_BUSY: return ImsUtInterface.CDIV_CF_BUSY; in getConditionFromCFReason()1062 case CF_REASON_NO_REPLY: return ImsUtInterface.CDIV_CF_NO_REPLY; in getConditionFromCFReason()1063 case CF_REASON_NOT_REACHABLE: return ImsUtInterface.CDIV_CF_NOT_REACHABLE; in getConditionFromCFReason()1064 case CF_REASON_ALL: return ImsUtInterface.CDIV_CF_ALL; in getConditionFromCFReason()1065 case CF_REASON_ALL_CONDITIONAL: return ImsUtInterface.CDIV_CF_ALL_CONDITIONAL; in getConditionFromCFReason()1070 return ImsUtInterface.INVALID; in getConditionFromCFReason()1075 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL; in getCFReasonFromCondition()1076 case ImsUtInterface.CDIV_CF_BUSY: return CF_REASON_BUSY; in getCFReasonFromCondition()[all …]
87 import com.android.ims.ImsUtInterface;467 private ImsUtInterface mUtInterface;3731 public ImsUtInterface getUtInterface() throws ImsException { in getUtInterface()3736 ImsUtInterface ut = mImsManager.getSupplementaryServiceConfiguration(); in getUtInterface()
33 public interface ImsUtInterface { interface
70 import com.android.ims.ImsUtInterface;110 ImsUtInterface mImsUtInterface;500 verify(mImsUtInterface).queryCallForward(eq(ImsUtInterface.CDIV_CF_UNCONDITIONAL), in testCallForwardingOption()506 verify(mImsUtInterface).updateCallForward(eq(ImsUtInterface.ACTION_ACTIVATION), in testCallForwardingOption()507 eq(ImsUtInterface.CDIV_CF_UNCONDITIONAL), eq("1234"), in testCallForwardingOption()
83 ImsUtInterface
47 public class ImsUt implements ImsUtInterface {
1889 public ImsUtInterface getSupplementaryServiceConfiguration() throws ImsException { in getSupplementaryServiceConfiguration()
4484 com.android.ims.ImsUtInterface
19812 …com/android/ims/ImsManager;->getSupplementaryServiceConfiguration()Lcom/android/ims/ImsUtInterface;23584 …/internal/telephony/imsphone/ImsPhoneCallTracker;->getUtInterface()Lcom/android/ims/ImsUtInterface;37230 Lcom/android/ims/ImsUtInterface;