Searched refs:ImsUtInterface (Results 1 – 9 of 9) sorted by relevance
87 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 …]
87 import com.android.ims.ImsUtInterface;490 private ImsUtInterface mUtInterface;3752 public ImsUtInterface getUtInterface() throws ImsException { in getUtInterface()3757 ImsUtInterface ut = mImsManager.getSupplementaryServiceConfiguration(); in getUtInterface()
33 public interface ImsUtInterface { interface
68 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()
83 ImsUtInterface
47 public class ImsUt implements ImsUtInterface {
1888 public ImsUtInterface getSupplementaryServiceConfiguration() throws ImsException { in getSupplementaryServiceConfiguration()
7925 com.android.ims.ImsUtInterface
48305 Lcom/android/ims/ImsUtInterface;