Searched refs:ImsUtInterface (Results 1 – 11 of 11) sorted by relevance
106 import com.android.ims.ImsUtInterface;1152 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL; in getConditionFromCFReason()1153 case CF_REASON_BUSY: return ImsUtInterface.CDIV_CF_BUSY; in getConditionFromCFReason()1154 case CF_REASON_NO_REPLY: return ImsUtInterface.CDIV_CF_NO_REPLY; in getConditionFromCFReason()1155 case CF_REASON_NOT_REACHABLE: return ImsUtInterface.CDIV_CF_NOT_REACHABLE; in getConditionFromCFReason()1156 case CF_REASON_ALL: return ImsUtInterface.CDIV_CF_ALL; in getConditionFromCFReason()1157 case CF_REASON_ALL_CONDITIONAL: return ImsUtInterface.CDIV_CF_ALL_CONDITIONAL; in getConditionFromCFReason()1162 return ImsUtInterface.INVALID; in getConditionFromCFReason()1167 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL; in getCFReasonFromCondition()1168 case ImsUtInterface.CDIV_CF_BUSY: return CF_REASON_BUSY; in getCFReasonFromCondition()[all …]
125 import com.android.ims.ImsUtInterface;782 private ImsUtInterface mUtInterface;4715 public ImsUtInterface getUtInterface() throws ImsException { in getUtInterface()4720 ImsUtInterface ut = mImsManager.createOrGetSupplementaryServiceConfiguration(); in getUtInterface()
34 public interface ImsUtInterface { interface
94 import com.android.ims.ImsUtInterface;131 ImsUtInterface mImsUtInterface;155 mImsUtInterface = mock(ImsUtInterface.class); in setUp()536 verify(mImsUtInterface).queryCallForward(eq(ImsUtInterface.CDIV_CF_UNCONDITIONAL), in testCallForwardingOption()542 verify(mImsUtInterface).updateCallForward(eq(ImsUtInterface.ACTION_ACTIVATION), in testCallForwardingOption()543 eq(ImsUtInterface.CDIV_CF_UNCONDITIONAL), eq("1234"), in testCallForwardingOption()
83 ImsUtInterface
49 public class ImsUt implements ImsUtInterface {
2471 public ImsUtInterface createOrGetSupplementaryServiceConfiguration() throws ImsException { in createOrGetSupplementaryServiceConfiguration()
10650 com.android.ims.ImsUtInterface
33074 Lcom/android/ims/ImsUtInterface;
10681 com.android.ims.ImsUtInterface
43235 Lcom/android/ims/ImsUtInterface;