public interface ImsUtInterface
Modifier and Type | Field and Description |
---|---|
static int |
ACTION_ACTIVATION |
static int |
ACTION_DEACTIVATION
Actions
|
static int |
ACTION_ERASURE |
static int |
ACTION_INTERROGATION |
static int |
ACTION_REGISTRATION |
static int |
CB_BA_ALL |
static int |
CB_BA_MO |
static int |
CB_BA_MT |
static int |
CB_BAIC
CB (Communication Barring, 3GPP TS 24.611)
|
static int |
CB_BAOC |
static int |
CB_BIC_ACR |
static int |
CB_BIC_WR |
static int |
CB_BOIC |
static int |
CB_BOIC_EXHC |
static int |
CB_BS_MT |
static int |
CDIV_CF_ALL |
static int |
CDIV_CF_ALL_CONDITIONAL |
static int |
CDIV_CF_BUSY |
static int |
CDIV_CF_NO_REPLY |
static int |
CDIV_CF_NOT_LOGGED_IN |
static int |
CDIV_CF_NOT_REACHABLE |
static int |
CDIV_CF_UNCONDITIONAL
CDIV (Communication Diversion, 3GPP TS 24.604)
actions: target, no reply timer
|
static int |
INVALID
Invalid result value.
|
static int |
OIR_DEFAULT
OIR (Originating Identification Restriction, 3GPP TS 24.607)
OIP (Originating Identification Presentation, 3GPP TS 24.607)
TIR (Terminating Identification Restriction, 3GPP TS 24.608)
TIP (Terminating Identification Presentation, 3GPP TS 24.608)
|
static int |
OIR_PRESENTATION_NOT_RESTRICTED |
static int |
OIR_PRESENTATION_RESTRICTED |
Modifier and Type | Method and Description |
---|---|
void |
queryCallBarring(int cbType,
Message result)
Retrieves the configuration of the call barring.
|
void |
queryCallForward(int condition,
String number,
Message result)
Retrieves the configuration of the call forward.
|
void |
queryCallWaiting(Message result)
Retrieves the configuration of the call waiting.
|
void |
queryCLIP(Message result)
Retrieves the CLIP call setting.
|
void |
queryCLIR(Message result)
Retrieves the default CLIR setting.
|
void |
queryCOLP(Message result)
Retrieves the COLP call setting.
|
void |
queryCOLR(Message result)
Retrieves the COLR call setting.
|
void |
updateCallBarring(int cbType,
int action,
Message result,
String[] barrList)
Modifies the configuration of the call barring.
|
void |
updateCallForward(int action,
int condition,
String number,
int serviceClass,
int timeSeconds,
Message result)
Modifies the configuration of the call forward.
|
void |
updateCallWaiting(boolean enable,
int serviceClass,
Message result)
Modifies the configuration of the call waiting.
|
void |
updateCLIP(boolean enable,
Message result)
Updates the configuration of the CLIP supplementary service.
|
void |
updateCLIR(int clirMode,
Message result)
Updates the configuration of the CLIR supplementary service.
|
void |
updateCOLP(boolean enable,
Message result)
Updates the configuration of the COLP supplementary service.
|
void |
updateCOLR(int presentation,
Message result)
Updates the configuration of the COLR supplementary service.
|
static final int ACTION_DEACTIVATION
static final int ACTION_ACTIVATION
static final int ACTION_REGISTRATION
static final int ACTION_ERASURE
static final int ACTION_INTERROGATION
static final int OIR_DEFAULT
static final int OIR_PRESENTATION_RESTRICTED
static final int OIR_PRESENTATION_NOT_RESTRICTED
static final int CDIV_CF_UNCONDITIONAL
static final int CDIV_CF_BUSY
static final int CDIV_CF_NO_REPLY
static final int CDIV_CF_NOT_REACHABLE
static final int CDIV_CF_ALL
static final int CDIV_CF_ALL_CONDITIONAL
static final int CDIV_CF_NOT_LOGGED_IN
static final int CB_BAIC
static final int CB_BAOC
static final int CB_BOIC
static final int CB_BOIC_EXHC
static final int CB_BIC_WR
static final int CB_BIC_ACR
static final int CB_BA_ALL
static final int CB_BA_MO
static final int CB_BA_MT
static final int CB_BS_MT
static final int INVALID
void queryCallBarring(int cbType, Message result)
ImsSsInfo
.void queryCallForward(int condition, String number, Message result)
ImsCallForwardInfo
.void queryCallWaiting(Message result)
ImsSsInfo
.void queryCLIR(Message result)
void queryCLIP(Message result)
void queryCOLR(Message result)
void queryCOLP(Message result)
void updateCallBarring(int cbType, int action, Message result, String[] barrList)
void updateCallForward(int action, int condition, String number, int serviceClass, int timeSeconds, Message result)
void updateCallWaiting(boolean enable, int serviceClass, Message result)
void updateCLIR(int clirMode, Message result)
void updateCLIP(boolean enable, Message result)
void updateCOLR(int presentation, Message result)
void updateCOLP(boolean enable, Message result)