| java.lang.Object | |
| ↳ | android.net.cw.CWConstants |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ACTION_CW_REGISTRATION_STATE_CHANGED | Broadcast intent action indicating that C+W has been registered or deregistered successfully or fail. | |||||||||
| String | ACTION_CW_SIP_INVITE_RESULT | Broadcast intent action indicating that C+W SIP invite state is OK or FAIL. | |||||||||
| int | CW_SIP_INVITE_FAIL | ||||||||||
| int | CW_SIP_INVITE_OK | ||||||||||
| int | CW_SIP_INVITE_TIMEOUT | ||||||||||
| String | EXTRA_CW_REG_EXPIRE | The lookup key for an int that indicates the expired time (in minutes) of C+W session after register successfully. | |||||||||
| String | EXTRA_CW_REG_STATE | The lookup key for an int that indicates whether C+W is registered or deregistered successfully or fail. | |||||||||
| String | EXTRA_CW_SIP_INVITE_RESULT | ||||||||||
| String | PROPERTY_CW_DATA_IP | ||||||||||
| String | PROPERTY_CW_DATA_PORT | ||||||||||
| String | PROPERTY_CW_STREAM_ID | ||||||||||
| int | RIL_CW_DEREGISTERING | ||||||||||
| int | RIL_CW_DEREGISTER_FAIL | ||||||||||
| int | RIL_CW_DEREGISTER_SUCC | ||||||||||
| int | RIL_CW_REGISTERING | ||||||||||
| int | RIL_CW_REGISTER_FAIL | ||||||||||
| int | RIL_CW_REGISTER_IDLE | ||||||||||
| int | RIL_CW_REGISTER_SUCC | ||||||||||
| int | RIL_CW_REGISTER_TIMEOUT | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Broadcast intent action indicating that C+W has been registered or deregistered successfully or fail. One extra provides this state as an int.
Broadcast intent action indicating that C+W SIP invite state is OK or FAIL. One extra provides this state as an int.
The lookup key for an int that indicates the expired time (in minutes) of C+W session after register successfully.
The lookup key for an int that indicates whether C+W is registered or deregistered successfully or fail.