Searched refs:ImsUtInterface (Results 1 – 7 of 7) sorted by relevance
45 import com.android.ims.ImsUtInterface;604 case CF_REASON_UNCONDITIONAL: return ImsUtInterface.CDIV_CF_UNCONDITIONAL; in getConditionFromCFReason()605 case CF_REASON_BUSY: return ImsUtInterface.CDIV_CF_BUSY; in getConditionFromCFReason()606 case CF_REASON_NO_REPLY: return ImsUtInterface.CDIV_CF_NO_REPLY; in getConditionFromCFReason()607 case CF_REASON_NOT_REACHABLE: return ImsUtInterface.CDIV_CF_NOT_REACHABLE; in getConditionFromCFReason()608 case CF_REASON_ALL: return ImsUtInterface.CDIV_CF_ALL; in getConditionFromCFReason()609 case CF_REASON_ALL_CONDITIONAL: return ImsUtInterface.CDIV_CF_ALL_CONDITIONAL; in getConditionFromCFReason()614 return ImsUtInterface.INVALID; in getConditionFromCFReason()619 case ImsUtInterface.CDIV_CF_UNCONDITIONAL: return CF_REASON_UNCONDITIONAL; in getCFReasonFromCondition()620 case ImsUtInterface.CDIV_CF_BUSY: return CF_REASON_BUSY; in getCFReasonFromCondition()[all …]
33 import com.android.ims.ImsUtInterface;871 .queryCallBarring(ImsUtInterface.CB_BS_MT, in processCode()885 .queryCallBarring(ImsUtInterface.CB_BIC_ACR, in processCode()1061 .updateCallBarring(ImsUtInterface.CB_BS_MT, in processIcbMmiCodeForUpdate()
55 import com.android.ims.ImsUtInterface;1330 ImsUtInterface getUtInterface() throws ImsException { in getUtInterface()1335 ImsUtInterface ut = mImsManager.getSupplementaryServiceConfiguration(mServiceId); in getUtInterface()
28 public interface ImsUtInterface { interface
38 public class ImsUt implements ImsUtInterface {
367 public ImsUtInterface getSupplementaryServiceConfiguration(int serviceId) in getSupplementaryServiceConfiguration()
83 ImsUtInterface