Searched refs:ImsUtInterface (Results 1 – 11 of 11) sorted by relevance
91 import com.android.ims.ImsUtInterface;1086 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL; in getConditionFromCFReason()1087 case CF_REASON_BUSY: return ImsUtInterface.CDIV_CF_BUSY; in getConditionFromCFReason()1088 case CF_REASON_NO_REPLY: return ImsUtInterface.CDIV_CF_NO_REPLY; in getConditionFromCFReason()1089 case CF_REASON_NOT_REACHABLE: return ImsUtInterface.CDIV_CF_NOT_REACHABLE; in getConditionFromCFReason()1090 case CF_REASON_ALL: return ImsUtInterface.CDIV_CF_ALL; in getConditionFromCFReason()1091 case CF_REASON_ALL_CONDITIONAL: return ImsUtInterface.CDIV_CF_ALL_CONDITIONAL; in getConditionFromCFReason()1096 return ImsUtInterface.INVALID; in getConditionFromCFReason()1101 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL; in getCFReasonFromCondition()1102 case ImsUtInterface.CDIV_CF_BUSY: return CF_REASON_BUSY; in getCFReasonFromCondition()[all …]
94 import com.android.ims.ImsUtInterface;521 private ImsUtInterface mUtInterface;4015 public ImsUtInterface getUtInterface() throws ImsException { in getUtInterface()4020 ImsUtInterface ut = mImsManager.createOrGetSupplementaryServiceConfiguration(); in getUtInterface()
34 public interface ImsUtInterface { interface
73 import com.android.ims.ImsUtInterface;113 ImsUtInterface mImsUtInterface;505 verify(mImsUtInterface).queryCallForward(eq(ImsUtInterface.CDIV_CF_UNCONDITIONAL), in testCallForwardingOption()511 verify(mImsUtInterface).updateCallForward(eq(ImsUtInterface.ACTION_ACTIVATION), in testCallForwardingOption()512 eq(ImsUtInterface.CDIV_CF_UNCONDITIONAL), eq("1234"), in testCallForwardingOption()
83 ImsUtInterface
47 public class ImsUt implements ImsUtInterface {
2298 public ImsUtInterface createOrGetSupplementaryServiceConfiguration() throws ImsException { in createOrGetSupplementaryServiceConfiguration()
8614 com.android.ims.ImsUtInterface
32607 Lcom/android/ims/ImsUtInterface;
8635 com.android.ims.ImsUtInterface
42271 Lcom/android/ims/ImsUtInterface;