public class UsimDataDownloadHandler extends Handler
Handler.Callback
Constructor and Description |
---|
UsimDataDownloadHandler(CommandsInterface commandsInterface) |
Modifier and Type | Method and Description |
---|---|
void |
handleMessage(Message msg)
Handle UICC envelope response and send SMS acknowledgement.
|
int |
startDataDownload(SmsMessage smsMessage)
Start an SMS-PP data download for the specified message.
|
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 UsimDataDownloadHandler(CommandsInterface commandsInterface)
public int startDataDownload(SmsMessage smsMessage)
smsMessage
- the message to processActivity.RESULT_OK
on success; RESULT_SMS_GENERIC_ERROR
on failurepublic void handleMessage(Message msg)
handleMessage
in class Handler
msg
- the message to handle