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

  /frameworks/base/telephony/java/android/telephony/
SubscriptionInfo.java 131 public SubscriptionInfo(int id, String iccId, int simSlotIndex, CharSequence displayName,
134 this(id, iccId, simSlotIndex, displayName, carrierName, nameSource, iconTint, number,
142 public SubscriptionInfo(int id, String iccId, int simSlotIndex, CharSequence displayName,
147 this.mIccId = iccId;
394 String iccId = source.readString();
409 return new SubscriptionInfo(id, iccId, simSlotIndex, displayName, carrierName,
447 public static String givePrintableIccid(String iccId) {
449 if (iccId != null) {
450 if (iccId.length() > 9 && !Build.IS_DEBUGGABLE) {
451 iccIdToPrint = iccId.substring(0, 9) + Rlog.pii(false, iccId.substring(9))
    [all...]
SubscriptionManager.java 551 * Get the active SubscriptionInfo associated with the iccId
552 * @param iccId the IccId of SIM card
556 public SubscriptionInfo getActiveSubscriptionInfoForIccIndex(String iccId) {
557 if (VDBG) logd("[getActiveSubscriptionInfoForIccIndex]+ iccId=" + iccId);
558 if (iccId == null) {
559 logd("[getActiveSubscriptionInfoForIccIndex]- null iccid");
568 result = iSub.getActiveSubscriptionInfoForIccId(iccId, mContext.getOpPackageName());
833 * @param iccId the IccId of the SIM car
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl 47 * Get the active SubscriptionInfo associated with the iccId
48 * @param iccId the IccId of SIM card
52 SubscriptionInfo getActiveSubscriptionInfoForIccId(String iccId, String callingPackage);
113 * @param iccId the IccId of the SIM card
117 int addSubInfoRecord(String iccId, int slotIndex);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java 292 String iccId = cursor.getString(cursor.getColumnIndexOrThrow(
328 String iccIdToPrint = SubscriptionInfo.givePrintableIccid(iccId);
329 logd("[getSubInfoRecord] id:" + id + " iccid:" + iccIdToPrint + " simSlotIndex:"
341 return new SubscriptionInfo(id, iccId, simSlotIndex, displayName, carrierName,
467 * Get the active SubscriptionInfo associated with the iccId
468 * @param iccId the IccId of SIM card
473 public SubscriptionInfo getActiveSubscriptionInfoForIccId(String iccId, String callingPackage) {
475 iccId == null) {
486 if (iccId.equals(si.getIccId()))
    [all...]
SubscriptionInfoUpdater.java 91 * positive integer #: index to distinguish SIM cards with the same IccId
234 logd("Wait for SIM" + (i + 1) + " IccId");
283 logd("Query IccId fail: " + ar.exception);
374 String iccId = mIccId[slotId];
375 if (iccId == null) {
376 logd("Querying IccId");
381 logd("NOT Querying IccId its already set sIccid[" + slotId + "]=" + iccId);
402 logd("handleSimLoaded: IccID null");
621 logd("SUB" + (i + 1) + " has invalid IccId");
    [all...]
Phone.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
SubscriptionControllerMock.java 116 public SubscriptionInfo getActiveSubscriptionInfoForIccId(String iccId, String callingPackage) {
144 public int addSubInfoRecord(String iccId, int slotIndex) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 723 log("current iccId: " + getIccId());
725 String iccId = getIccId();
726 if (TextUtils.isEmpty(iccId)) {
732 String key = OPERATOR_BRAND_OVERRIDE_PREFIX + iccId;
742 String iccId = getIccId();
743 if (TextUtils.isEmpty(iccId)) {
747 return sp.getString(OPERATOR_BRAND_OVERRIDE_PREFIX + iccId, null);
751 // ICCID should be same across all the apps.
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
PhoneUtils.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.1.1_r9-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 536 milliseconds