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()
109 protected static String[] sIccId = new String[SUPPORTED_MODEM_COUNT]; field in SubscriptionInfoUpdater224 if (sIccId[i] == null || slot == null || !slot.isActive()) { in isAllIccIdQueryDone()225 if (sIccId[i] == null) { in isAllIccIdQueryDone()344 sIccId[phoneId] = null; in onMultiSimConfigChanged()365 if (sIccId[phoneId] != null && sIccId[phoneId].equals(ICCID_STRING_FOR_NO_SIM)) { in handleSimLocked()367 sIccId[phoneId] = null; in handleSimLocked()384 sIccId[phoneId] = IccUtils.stripTrailingFs(records.getFullIccId()); in handleSimLocked()443 sIccId[phoneId] = ICCID_STRING_FOR_NO_SIM; in handleSimNotReady()487 sIccId[phoneId] = IccUtils.stripTrailingFs(records.getFullIccId()); in handleSimLoaded()619 if (sIccId[phoneId] != null && !sIccId[phoneId].equals(ICCID_STRING_FOR_NO_SIM)) { in handleInactiveSlotIccStateChange()[all …]