public class UiccController extends Handler
IccCard
and IccCardProxy
Handler.Callback
Modifier and Type | Field and Description |
---|---|
static int |
APP_FAM_3GPP |
static int |
APP_FAM_3GPP2 |
static int |
APP_FAM_IMS |
protected RegistrantList |
mIccChangedRegistrants |
Modifier and Type | Method and Description |
---|---|
void |
addCardLog(String data) |
void |
dump(FileDescriptor fd,
PrintWriter pw,
String[] args) |
IccFileHandler |
getIccFileHandler(int phoneId,
int family) |
IccRecords |
getIccRecords(int phoneId,
int family) |
static UiccController |
getInstance() |
UiccCard |
getUiccCard(int phoneId) |
UiccCardApplication |
getUiccCardApplication(int phoneId,
int family) |
UiccCard[] |
getUiccCards() |
void |
handleMessage(Message msg)
Subclasses must implement this to receive messages.
|
static UiccController |
make(Context c,
CommandsInterface[] ci) |
void |
registerForIccChanged(Handler h,
int what,
Object obj) |
void |
unregisterForIccChanged(Handler h) |
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 final int APP_FAM_3GPP
public static final int APP_FAM_3GPP2
public static final int APP_FAM_IMS
protected RegistrantList mIccChangedRegistrants
public static UiccController make(Context c, CommandsInterface[] ci)
public static UiccController getInstance()
public UiccCard getUiccCard(int phoneId)
public UiccCard[] getUiccCards()
public IccRecords getIccRecords(int phoneId, int family)
public IccFileHandler getIccFileHandler(int phoneId, int family)
public void unregisterForIccChanged(Handler h)
public void handleMessage(Message msg)
Handler
handleMessage
in class Handler
public UiccCardApplication getUiccCardApplication(int phoneId, int family)
public void addCardLog(String data)
public void dump(FileDescriptor fd, PrintWriter pw, String[] args)