public interface MmiCode
Modifier and Type | Interface and Description |
---|---|
static class |
MmiCode.State |
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels pending MMI request.
|
CharSequence |
getMessage() |
Phone |
getPhone() |
MmiCode.State |
getState() |
boolean |
isCancelable() |
boolean |
isPinPukCommand() |
boolean |
isUssdRequest() |
void |
processCode()
Process a MMI code or short code...anything that isn't a dialing number
|
MmiCode.State getState()
CharSequence getMessage()
Phone getPhone()
void cancel()
boolean isUssdRequest()
boolean isCancelable()
boolean isPinPukCommand()
void processCode() throws CallStateException
CallStateException