public class UiccPkcs15 extends Handler
Handler.Callback
Constructor and Description |
---|
UiccPkcs15(UiccCard uiccCard,
Message loadedCallback) |
Modifier and Type | Method and Description |
---|---|
void |
dump(FileDescriptor fd,
PrintWriter pw,
String[] args)
Dumps info to Dumpsys - useful for debugging.
|
List<String> |
getRules() |
void |
handleMessage(Message msg)
Subclasses must implement this to receive messages.
|
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 void handleMessage(Message msg)
Handler
handleMessage
in class Handler
public void dump(FileDescriptor fd, PrintWriter pw, String[] args)