Searched refs:sInactiveIccIds (Results 1 – 1 of 1) sorted by relevance
112 private static String[] sInactiveIccIds = new String[SUPPORTED_MODEM_COUNT]; field in SubscriptionInfoUpdater456 sInactiveIccIds[phoneId] = IccUtils.stripTrailingFs(slot.getIccId()); in handleSimNotReady()666 if (sInactiveIccIds[phoneId] != null || (isSimAbsent && sIccId[phoneId] != null in cleanSubscriptionInPhone()676 + sInactiveIccIds[phoneId]); in cleanSubscriptionInPhone()677 if (sInactiveIccIds[phoneId] == null) { in cleanSubscriptionInPhone()681 String iccId = sInactiveIccIds[phoneId] != null in cleanSubscriptionInPhone()682 ? sInactiveIccIds[phoneId] : sIccId[phoneId]; in cleanSubscriptionInPhone()687 sInactiveIccIds[phoneId] = null; in cleanSubscriptionInPhone()