Methods Summary |
---|
public void | queryCLIP(android.os.Message result)Retrieves the CLIP call setting.
|
public void | queryCLIR(android.os.Message result)Retrieves the default CLIR setting.
|
public void | queryCOLP(android.os.Message result)Retrieves the COLP call setting.
|
public void | queryCOLR(android.os.Message result)Retrieves the COLR call setting.
|
public void | queryCallBarring(int cbType, android.os.Message result)Retrieves the configuration of the call barring.
The return value of ((AsyncResult)result.obj) is an array of {@link ImsSsInfo}.
|
public void | queryCallForward(int condition, java.lang.String number, android.os.Message result)Retrieves the configuration of the call forward.
The return value of ((AsyncResult)result.obj) is an array of {@link ImsCallForwardInfo}.
|
public void | queryCallWaiting(android.os.Message result)Retrieves the configuration of the call waiting.
The return value of ((AsyncResult)result.obj) is an array of {@link ImsSsInfo}.
|
public void | updateCLIP(boolean enable, android.os.Message result)Updates the configuration of the CLIP supplementary service.
|
public void | updateCLIR(int clirMode, android.os.Message result)Updates the configuration of the CLIR supplementary service.
|
public void | updateCOLP(boolean enable, android.os.Message result)Updates the configuration of the COLP supplementary service.
|
public void | updateCOLR(int presentation, android.os.Message result)Updates the configuration of the COLR supplementary service.
|
public void | updateCallBarring(int cbType, boolean enable, android.os.Message result, java.lang.String[] barrList)Modifies the configuration of the call barring.
|
public void | updateCallForward(int action, int condition, java.lang.String number, int timeSeconds, android.os.Message result)Modifies the configuration of the call forward.
|
public void | updateCallWaiting(boolean enable, android.os.Message result)Modifies the configuration of the call waiting.
|