HomeSort by relevance Sort by last modified time
    Searched refs:uiccCard (Results 1 - 14 of 14) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccStateChangedLauncher.java 71 UiccCard uiccCard = mUiccController.getUiccCardForPhone(i);
72 if ((uiccCard == null
73 || uiccCard.getCardState() != CardState.CARDSTATE_RESTRICTED)
UiccController.java 70 * UiccCard
200 public UiccCard getUiccCard(int phoneId) {
207 * API to get UiccCard corresponding to given physical slot index
209 * @return UiccCard object corresponting to given physical slot index; null if card is
212 public UiccCard getUiccCardForSlot(int slotId) {
223 * API to get UiccCard corresponding to given phone id
224 * @return UiccCard object corresponding to given phone id; null if there is no card present for
227 public UiccCard getUiccCardForPhone(int phoneId) {
247 UiccCard uiccCard = getUiccCardForPhone(phoneId)
    [all...]
UiccProfile.java 74 * This class represents the carrier profiles in the {@link UiccCard}. Each profile contains
81 * subscription information from the {@link UiccCard}.
92 // The lock object is created by UiccSlot that owns the UiccCard that owns this UiccProfile.
93 // This is to share the lock between UiccSlot, UiccCard and UiccProfile for now.
103 private final UiccCard mUiccCard; //parent
231 UiccCard uiccCard, Object lock) {
234 mUiccCard = uiccCard;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyComponentFactory.java 34 import com.android.internal.telephony.uicc.UiccCard;
107 int phoneId, UiccCard uiccCard, Object lock) {
108 return new UiccProfile(context, ci, ics, phoneId, uiccCard, lock);
PhoneSubInfoController.java 36 import com.android.internal.telephony.uicc.UiccCard;
469 UiccCard uiccCard = phone.getUiccCard();
470 if (uiccCard == null) {
471 loge("getIccSimChallengeResponse() UiccCard is null");
475 UiccCardApplication uiccApp = uiccCard.getApplicationByType(appType);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccControllerTest.java 118 // response to getIccCardStatus should create mUiccSlots[0] and UiccCard for it, and update
121 UiccCard uiccCard = mUiccControllerUT.getUiccCardForSlot(0);
123 // this assert verifies that phoneId 0 maps to slotId 0, since UiccCard object for both are
125 assertEquals(uiccCard, mUiccControllerUT.getUiccCardForPhone(0));
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 116 import com.android.internal.telephony.uicc.UiccCard;
317 UiccCard uiccCard;
429 uiccCard = getUiccCardFromRequest(request);
430 if (uiccCard == null) {
439 uiccCard.iccTransmitApduLogicalChannel(
470 uiccCard = getUiccCardFromRequest(request);
471 if (uiccCard == null) {
480 uiccCard.iccTransmitApduBasicChannel(
510 uiccCard = getUiccCardFromRequest(request)
    [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-4.4_r1-robolectric-1.jar 

Completed in 3089 milliseconds