HomeSort by relevance Sort by last modified time
    Searched defs:UiccCard (Results 1 - 8 of 8) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 42 public class UiccCard {
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) {
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#mIccid}.</p
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 55 milliseconds