Searched defs:UiccCard (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java42 public class UiccCard { class
43 protected static final String LOG_TAG = "UiccCard";
49 // The lock object is created by UiccSlot that owns this UiccCard - this is to share the lock
50 // between UiccSlot, UiccCard and UiccProfile for now.
60 public UiccCard(Context c, CommandsInterface ci, IccCardStatus ics, int phoneId, Object lock) { method in class:UiccCard
101 if (DBG) log("UiccCard finalized");
107 * <p>Whenever the {@link UiccCard#update(Context, CommandsInterface, IccCardStatus)} is called,
108 * this function needs to be called to update the card ID. Subclasses of {@link UiccCard}
109 * could override this function to set the {@link UiccCard#mCardId} to be something else instead
110 * of {@link UiccCard#mIcci
[all...]

Completed in 70 milliseconds