IImsUtListenerpublic interface IImsUtListener implements android.os.IInterface
Methods Summary |
---|
public void | utConfigurationCallBarringQueried(com.android.ims.internal.IImsUt ut, int id, com.android.ims.ImsSsInfo[] cbInfo)Notifies the status of the call barring supplementary service.
| public void | utConfigurationCallForwardQueried(com.android.ims.internal.IImsUt ut, int id, com.android.ims.ImsCallForwardInfo[] cfInfo)Notifies the status of the call forwarding supplementary service.
| public void | utConfigurationCallWaitingQueried(com.android.ims.internal.IImsUt ut, int id, com.android.ims.ImsSsInfo[] cwInfo)Notifies the status of the call waiting supplementary service.
| public void | utConfigurationQueried(com.android.ims.internal.IImsUt ut, int id, android.os.Bundle ssInfo)Notifies the result of the supplementary service configuration query.
| public void | utConfigurationQueryFailed(com.android.ims.internal.IImsUt ut, int id, com.android.ims.ImsReasonInfo error)
| public void | utConfigurationUpdateFailed(com.android.ims.internal.IImsUt ut, int id, com.android.ims.ImsReasonInfo error)
| public void | utConfigurationUpdated(com.android.ims.internal.IImsUt ut, int id)Notifies the result of the supplementary service configuration udpate.
|
|