Searched refs:sIccId (Results 1 – 2 of 2) sorted by relevance
86 if (sIccId[phoneId] != null && sIccId[phoneId].equals(ICCID_STRING_FOR_NO_SIM)) { in handleSimReady()88 sIccId[phoneId] = null; in handleSimReady()101 sIccId[phoneId] = IccUtils.stripTrailingFs(iccId); in handleSimReady()120 if ((sIccId[phoneId] != null) && (sIccId[phoneId] != ICCID_STRING_FOR_NO_SIM)) { in handleSimLoaded()
111 protected static String[] sIccId = new String[SUPPORTED_MODEM_COUNT]; field in SubscriptionInfoUpdater245 if (sIccId[i] == null || slot == null || !slot.isActive()) { in isAllIccIdQueryDone()246 if (sIccId[i] == null) { in isAllIccIdQueryDone()365 sIccId[phoneId] = null; in onMultiSimConfigChanged()386 if (sIccId[phoneId] != null && sIccId[phoneId].equals(ICCID_STRING_FOR_NO_SIM)) { in handleSimLocked()388 sIccId[phoneId] = null; in handleSimLocked()405 sIccId[phoneId] = IccUtils.stripTrailingFs(records.getFullIccId()); in handleSimLocked()464 sIccId[phoneId] = ICCID_STRING_FOR_NO_SIM; in handleSimNotReady()508 sIccId[phoneId] = IccUtils.stripTrailingFs(records.getFullIccId()); in handleSimLoaded()641 if (sIccId[phoneId] != null && !sIccId[phoneId].equals(ICCID_STRING_FOR_NO_SIM)) { in handleInactiveSlotIccStateChange()[all …]