Home
last modified time | relevance | path

Searched refs:sInactiveIccIds (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java110 private static String[] sInactiveIccIds = new String[SUPPORTED_MODEM_COUNT]; field in SubscriptionInfoUpdater
435 sInactiveIccIds[phoneId] = IccUtils.stripTrailingFs(slot.getIccId()); in handleSimNotReady()
637 if (sInactiveIccIds[phoneId] != null) { in cleanSubscriptionInPhone()
641 + sInactiveIccIds[phoneId]); in cleanSubscriptionInPhone()
645 SubscriptionManager.ICC_ID + "=\'" + sInactiveIccIds[phoneId] + "\'", null); in cleanSubscriptionInPhone()
646 sInactiveIccIds[phoneId] = null; in cleanSubscriptionInPhone()