FileDocCategorySizeDatePackage
IImsUtListener.javaAPI DocAndroid 5.1 API11951Sat Mar 14 05:48:12 GMT 2015com.android.ims.internal

IImsUtListener

public interface IImsUtListener implements android.os.IInterface
{@hide}

Fields Summary
Constructors Summary
Methods Summary
public voidutConfigurationCallBarringQueried(com.android.ims.internal.IImsUt ut, int id, com.android.ims.ImsSsInfo[] cbInfo)
Notifies the status of the call barring supplementary service.

public voidutConfigurationCallForwardQueried(com.android.ims.internal.IImsUt ut, int id, com.android.ims.ImsCallForwardInfo[] cfInfo)
Notifies the status of the call forwarding supplementary service.

public voidutConfigurationCallWaitingQueried(com.android.ims.internal.IImsUt ut, int id, com.android.ims.ImsSsInfo[] cwInfo)
Notifies the status of the call waiting supplementary service.

public voidutConfigurationQueried(com.android.ims.internal.IImsUt ut, int id, android.os.Bundle ssInfo)
Notifies the result of the supplementary service configuration query.

public voidutConfigurationQueryFailed(com.android.ims.internal.IImsUt ut, int id, com.android.ims.ImsReasonInfo error)

public voidutConfigurationUpdateFailed(com.android.ims.internal.IImsUt ut, int id, com.android.ims.ImsReasonInfo error)

public voidutConfigurationUpdated(com.android.ims.internal.IImsUt ut, int id)
Notifies the result of the supplementary service configuration udpate.