HomeSort by relevance Sort by last modified time
    Searched refs:iccid (Results 1 - 25 of 32) sorted by null

1 2

  /tools/test/connectivity/acts/tests/google/tel/etc/
manage_sim.py 54 iccid = sub_info['iccId']
55 if not sub_info['iccId']:
58 active_list[iccid] = {}
59 current = active_list[iccid]
83 iccid))
110 for iccid in active_sims.keys():
112 if iccid in simconf:
113 print('Declining to add a duplicate entry: {}'.format(iccid))
117 simconf[iccid] = {
    [all...]
  /hardware/interfaces/radio/config/1.0/
types.hal 51 * Integrated Circuit Card IDentifier (ICCID) is Unique Identifier of the SIM CARD. File is
52 * located in the SIM card at EFiccid (0x2FE2) as per ETSI 102.221. The ICCID is defined by
57 string iccid;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccSlotStatus.java 36 public String iccid; field in class:IccSlotStatus
82 .append("atr=").append(atr).append(",iccid=")
83 .append(SubscriptionInfo.givePrintableIccid(iccid));
103 && (TextUtils.equals(iccid, that.iccid));
CarrierTestOverride.java 52 <carrierTestOverride key="iccid" value="123456789012345678901"/>
68 static final String CARRIER_TEST_XML_ITEM_KEY_STRING_ICCID = "iccid";
140 String iccid = mCarrierTestParamMap.get(CARRIER_TEST_XML_ITEM_KEY_STRING_ICCID); local
141 Rlog.d(LOG_TAG, "reading iccid from CarrierTestConfig file: " + iccid);
142 return iccid;
144 Rlog.w(LOG_TAG, "No iccid in CarrierTestConfig file ");
160 void override(String mccmnc, String imsi, String iccid, String gid1, String gid2, String pnn,
165 mCarrierTestParamMap.put(CARRIER_TEST_XML_ITEM_KEY_STRING_ICCID, iccid);
IccCardStatus.java 69 public String iccid; field in class:IccCardStatus
151 sb.append(",iccid=").append(SubscriptionInfo.givePrintableIccid(iccid));
UiccSlot.java 84 mIccId = ics.iccid;
138 mIccId = iss.iccid;
UiccCard.java 83 mIccid = ics.iccid;
487 * Returns the ID of this SIM card, it is the ICCID of the active profile on the card for a UICC
  /frameworks/base/core/java/android/service/euicc/
IEuiccService.aidl 48 void deleteSubscription(int slotId, String iccid, in IDeleteSubscriptionCallback callback);
49 void switchToSubscription(int slotId, String iccid, boolean forceDeactivateSim,
51 void updateSubscriptionNickname(int slotId, String iccid, String nickname,
EuiccService.java 332 * @param iccid the ICCID of the subscription to delete.
337 public abstract int onDeleteSubscription(int slotId, String iccid);
343 * @param iccid the ICCID of the subscription to enable. May be null, in which case the current
353 public abstract int onSwitchToSubscription(int slotId, @Nullable String iccid,
360 * @param iccid the ICCID of the subscription to update.
366 public abstract int onUpdateSubscriptionNickname(int slotId, String iccid,
541 public void deleteSubscription(int slotId, String iccid,
    [all...]
EuiccProfileInfo.java 98 /** The iccid of the subscription. */
146 public EuiccProfileInfo(String iccid, @Nullable UiccAccessRule[] accessRules,
148 if (!TextUtils.isDigitsOnly(iccid)) {
149 throw new IllegalArgumentException("iccid contains invalid characters: " + iccid);
151 this.mIccid = iccid;
217 throw new IllegalArgumentException("iccid contains invalid characters: " + value);
237 throw new IllegalStateException("ICCID must be set for a profile.");
251 /** Sets the iccId of the subscription. */
254 throw new IllegalArgumentException("iccid contains invalid characters: " + value)
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccSlotTest.java 110 iss.iccid = "fake-iccid";
125 assertEquals(iss.iccid, mUiccSlot.getIccId());
143 iss.iccid = "fake-iccid";
152 assertEquals(iss.iccid, mUiccSlot.getIccId());
170 iss.iccid = "fake-iccid";
186 assertEquals(iss.iccid, mUiccSlot.getIccId());
205 iss.iccid = "fake-iccid"
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/euicc/
IEuiccCardController.aidl 46 oneway void getProfile(String callingPackage, String cardId, String iccid,
48 oneway void disableProfile(String callingPackage, String cardId, String iccid, boolean refresh,
50 oneway void switchToProfile(String callingPackage, String cardId, String iccid, boolean refresh,
52 oneway void setNickname(String callingPackage, String cardId, String iccid, String nickname,
54 oneway void deleteProfile(String callingPackage, String cardId, String iccid,
  /packages/services/Telephony/src/com/android/phone/
CarrierConfigLoader.java 220 final String iccid = getIccIdForPhoneId(phoneId); local
222 restoreConfigFromXml(mPlatformCarrierConfigPackage, iccid);
262 final String iccid = getIccIdForPhoneId(phoneId); local
284 mPlatformCarrierConfigPackage, iccid, config);
339 final String iccid = getIccIdForPhoneId(phoneId); local
341 restoreConfigFromXml(carrierPackageName, iccid);
380 final String iccid = getIccIdForPhoneId(phoneId); local
402 getCarrierPackageForPhoneId(phoneId), iccid, config);
607 * The bundle will be written to a file named after the package name and ICCID, so that it can
614 * @param iccid the ICCID of the subscription for which this bundle was fetched
    [all...]
  /frameworks/base/telephony/java/android/telephony/euicc/
EuiccCardManager.java 175 * Requests the profile of the given iccid.
178 * @param iccid The iccid of the profile.
182 public void requestProfile(String cardId, String iccid, @CallbackExecutor Executor executor,
185 getIEuiccCardController().getProfile(mContext.getOpPackageName(), cardId, iccid, local
199 * Disables the profile of the given iccid.
202 * @param iccid The iccid of the profile.
207 public void disableProfile(String cardId, String iccid, boolean refresh,
210 getIEuiccCardController().disableProfile(mContext.getOpPackageName(), cardId, iccid, local
236 getIEuiccCardController().switchToProfile(mContext.getOpPackageName(), cardId, iccid, local
261 getIEuiccCardController().setNickname(mContext.getOpPackageName(), cardId, iccid, local
285 getIEuiccCardController().deleteProfile(mContext.getOpPackageName(), cardId, iccid, local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
EuiccCardController.java 235 public void getProfile(String callingPackage, String cardId, String iccid,
270 card.getProfile(iccid, cardCb, mEuiccMainThreadHandler);
274 public void disableProfile(String callingPackage, String cardId, String iccid, boolean refresh,
309 card.disableProfile(iccid, refresh, cardCb, mEuiccMainThreadHandler);
313 public void switchToProfile(String callingPackage, String cardId, String iccid, boolean refresh,
352 card.switchToProfile(iccid, refresh, switchCb, mEuiccMainThreadHandler);
366 card.getProfile(iccid, profileCb, mEuiccMainThreadHandler);
370 public void setNickname(String callingPackage, String cardId, String iccid, String nickname,
405 card.setNickname(iccid, nickname, cardCb, mEuiccMainThreadHandler);
409 public void deleteProfile(String callingPackage, String cardId, String iccid,
    [all...]
EuiccController.java 657 void deleteSubscriptionPrivileged(String iccid, final PendingIntent callbackIntent) {
659 iccid,
710 final String iccid; local
718 iccid = null;
759 String iccid = null; local
    [all...]
EuiccConnector.java 457 public void deleteSubscription(String iccid, DeleteCommandCallback callback) {
459 request.mIccid = iccid;
466 public void switchToSubscription(@Nullable String iccid, boolean forceDeactivateSim,
469 request.mIccid = iccid;
478 String iccid, String nickname, UpdateNicknameCommandCallback callback) {
480 request.mIccid = iccid;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierIdentifier.java 491 private boolean iccidPrefixMatch(String iccid, String prefix) {
492 if (iccid == null || prefix == null) {
495 return iccid.startsWith(prefix);
524 final String iccid = mPhone.getIccSerialNumber(); local
538 + " iccid: " + Rlog.pii(LOG_TAG, iccid)
545 mccmnc, imsi, iccid, gid1, gid2, plmn, spn, apn,
RadioConfig.java 328 iccSlotStatus.iccid = slotStatus.iccid;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
EuiccCard.java 222 loge("Profile must have an ICCID.");
246 public final void getProfile(String iccid, AsyncResultCallback<EuiccProfileInfo> callback,
253 Tags.TAG_ICCID, IccUtils.bcdToBytes(padTrailingFs(iccid)))
275 * Disables a profile of the given {@code iccid}.
282 public void disableProfile(String iccid, boolean refresh, AsyncResultCallback<Void> callback,
286 byte[] iccidBytes = IccUtils.bcdToBytes(padTrailingFs(iccid));
301 logd("Profile is already disabled, iccid: "
302 + SubscriptionInfo.givePrintableIccid(iccid));
321 public void switchToProfile(String iccid, boolean refresh, AsyncResultCallback<Void> callback,
325 byte[] iccidBytes = IccUtils.bcdToBytes(padTrailingFs(iccid));
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/simstatus/
SimStatusDialogControllerTest.java 287 final String iccid = "12351351231241"; local
290 doReturn(iccid).when(mController).getSimSerialNumber(anyInt());
294 verify(mDialog).setText(ICCID_INFO_VALUE_ID, iccid);
  /hardware/interfaces/radio/1.2/
types.hal 354 * Integrated Circuit Card IDentifier (ICCID) is Unique Identifier of the SIM CARD. File is
355 * located in the SIM card at EFiccid (0x2FE2) as per ETSI 102.221. The ICCID is defined by
360 string iccid;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
EuiccControllerTest.java 624 SubscriptionManager.INVALID_SUBSCRIPTION_ID, null /* iccid */, false /* complete */,
668 SubscriptionManager.INVALID_SUBSCRIPTION_ID, null /* iccid */, true /* complete */,
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_test_utils.py 219 iccid = get_iccid_by_adb(ad)
220 ad.log.info("iccid = %s", iccid)
221 if sim_data.get(iccid) and sim_data[iccid].get("phone_num"):
222 phone_number = phone_number_formatter(sim_data[iccid]["phone_num"])
228 ad.log.error("Failed to find valid phone number for %s", iccid)
232 'iccid': get_iccid_by_adb(ad),
267 iccid = sub_info["iccid"]
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl     [all...]

Completed in 365 milliseconds

1 2