Methods Summary |
---|
public void | close()Closes the object. This object is not usable after being closed.
|
public int | queryCLIP()Retrieves the CLIP call setting.
|
public int | queryCLIR()Retrieves the default CLIR setting.
|
public int | queryCOLP()Retrieves the COLP call setting.
|
public int | queryCOLR()Retrieves the COLR call setting.
|
public int | queryCallBarring(int cbType)Retrieves the configuration of the call barring.
|
public int | queryCallForward(int condition, java.lang.String number)Retrieves the configuration of the call forward.
|
public int | queryCallWaiting()Retrieves the configuration of the call waiting.
|
public void | setListener(com.android.ims.internal.IImsUtListener listener)Sets the listener.
|
public int | transact(android.os.Bundle ssInfo)Updates or retrieves the supplementary service configuration.
|
public int | updateCLIP(boolean enable)Updates the configuration of the CLIP supplementary service.
|
public int | updateCLIR(int clirMode)Updates the configuration of the CLIR supplementary service.
|
public int | updateCOLP(boolean enable)Updates the configuration of the COLP supplementary service.
|
public int | updateCOLR(int presentation)Updates the configuration of the COLR supplementary service.
|
public int | updateCallBarring(int cbType, boolean enable, java.lang.String[] barrList)Updates the configuration of the call barring.
|
public int | updateCallForward(int action, int condition, java.lang.String number, int timeSeconds)Updates the configuration of the call forward.
|
public int | updateCallWaiting(boolean enable)Updates the configuration of the call waiting.
|