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

IImsUt

public interface IImsUt implements android.os.IInterface
Provides the Ut interface interworking to get/set the supplementary service configuration. {@hide}

Fields Summary
Constructors Summary
Methods Summary
public voidclose()
Closes the object. This object is not usable after being closed.

public intqueryCLIP()
Retrieves the CLIP call setting.

public intqueryCLIR()
Retrieves the default CLIR setting.

public intqueryCOLP()
Retrieves the COLP call setting.

public intqueryCOLR()
Retrieves the COLR call setting.

public intqueryCallBarring(int cbType)
Retrieves the configuration of the call barring.

public intqueryCallForward(int condition, java.lang.String number)
Retrieves the configuration of the call forward.

public intqueryCallWaiting()
Retrieves the configuration of the call waiting.

public voidsetListener(com.android.ims.internal.IImsUtListener listener)
Sets the listener.

public inttransact(android.os.Bundle ssInfo)
Updates or retrieves the supplementary service configuration.

public intupdateCLIP(boolean enable)
Updates the configuration of the CLIP supplementary service.

public intupdateCLIR(int clirMode)
Updates the configuration of the CLIR supplementary service.

public intupdateCOLP(boolean enable)
Updates the configuration of the COLP supplementary service.

public intupdateCOLR(int presentation)
Updates the configuration of the COLR supplementary service.

public intupdateCallBarring(int cbType, boolean enable, java.lang.String[] barrList)
Updates the configuration of the call barring.

public intupdateCallForward(int action, int condition, java.lang.String number, int timeSeconds)
Updates the configuration of the call forward.

public intupdateCallWaiting(boolean enable)
Updates the configuration of the call waiting.