Handler.Callback
MmiCode.State
Modifier and Type | Method and Description |
---|---|
void |
cancel()
Cancels pending MMI request.
|
CharSequence |
getMessage() |
Phone |
getPhone() |
MmiCode.State |
getState() |
void |
handleMessage(Message msg)
Subclasses must implement this to receive messages.
|
boolean |
isCancelable() |
boolean |
isPinPukCommand() |
boolean |
isUssdRequest() |
static CdmaMmiCode |
newFromDialString(String dialString,
GsmCdmaPhone phone,
UiccCardApplication app)
Check if provided string contains Mmi code in it and create corresponding
Mmi if it does
|
void |
processCode()
Process a MMI PUK code
|
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, toString
public static CdmaMmiCode newFromDialString(String dialString, GsmCdmaPhone phone, UiccCardApplication app)
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 isUssdRequest()
isUssdRequest
in interface MmiCode
public void processCode()
processCode
in interface MmiCode
public void handleMessage(Message msg)
Handler
handleMessage
in class Handler