Handler.Callback
MmiCode.State
Modifier and Type | Field and Description |
---|---|
static String |
UT_BUNDLE_KEY_CLIR |
static String |
UT_BUNDLE_KEY_SSINFO |
Modifier and Type | Method and Description |
---|---|
int |
callBarAction(String dialingNumber) |
void |
cancel()
Cancels pending MMI request.
|
CharSequence |
getMessage() |
Phone |
getPhone() |
MmiCode.State |
getState() |
void |
handleMessage(Message msg)
Called from ImsPhone.handleMessage; not a Handler subclass
|
boolean |
isCancelable() |
boolean |
isPendingUSSD()
Returns true if this is a USSD code that's been submitted to the
network...eg, after processCode() is called
|
boolean |
isPinPukCommand() |
boolean |
isUssdRequest() |
void |
processCode()
Process a MMI code or short code...anything that isn't a dialing number
|
String |
toString()
TODO: It would be nice to have a method here that can take in a dialstring and
figure out if there is an MMI code embedded within it.
|
dispatchMessage, dump, getLooper, getMessageName, getTraceName, hasCallbacks, hasMessages, hasMessages, obtainMessage, obtainMessage, obtainMessage, obtainMessage, obtainMessage, post, postAtFrontOfQueue, postAtTime, postAtTime, postDelayed, removeCallbacks, removeCallbacks, removeCallbacksAndMessages, removeMessages, removeMessages, runWithScissors, sendEmptyMessage, sendEmptyMessageAtTime, sendEmptyMessageDelayed, sendMessage, sendMessageAtFrontOfQueue, sendMessageAtTime, sendMessageDelayed
public static final String UT_BUNDLE_KEY_CLIR
public static final String UT_BUNDLE_KEY_SSINFO
public MmiCode.State getState()
public CharSequence getMessage()
getMessage
in interface MmiCode
public Phone getPhone()
public void cancel()
MmiCode
public boolean isCancelable()
isCancelable
in interface MmiCode
public boolean isPinPukCommand()
isPinPukCommand
in interface MmiCode
public boolean isPendingUSSD()
public boolean isUssdRequest()
isUssdRequest
in interface MmiCode
public int callBarAction(String dialingNumber)
public void processCode() throws CallStateException
processCode
in interface MmiCode
CallStateException
public void handleMessage(Message msg)
handleMessage
in class Handler
public String toString()