Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorSubscriptionInfoUpdater.java48 private static final int SUPPORTED_MODEM_COUNT = TelephonyManager.getDefault() field in VendorSubscriptionInfoUpdater
74 mIsRecordUpdateRequired = new boolean[SUPPORTED_MODEM_COUNT]; in VendorSubscriptionInfoUpdater()
76 for (int index = 0; index < SUPPORTED_MODEM_COUNT; index++) { in VendorSubscriptionInfoUpdater()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java77 private static final int SUPPORTED_MODEM_COUNT = TelephonyManager.getDefault() field in SubscriptionInfoUpdater
109 protected static String[] sIccId = new String[SUPPORTED_MODEM_COUNT];
110 private static String[] sInactiveIccIds = new String[SUPPORTED_MODEM_COUNT];
111 private static int[] sSimCardState = new int[SUPPORTED_MODEM_COUNT];
112 private static int[] sSimApplicationState = new int[SUPPORTED_MODEM_COUNT];
342 for (int phoneId = activeModemCount; phoneId < SUPPORTED_MODEM_COUNT; phoneId++) { in onMultiSimConfigChanged()