Searched refs:activeModems (Results 1 – 2 of 2) sorted by relevance
247 final int activeModems = mTelephonyManager.getActiveModemCount(); in updateNetworkCountry() local248 for (int i = 0; i < activeModems; i++) { in updateNetworkCountry()
297 int activeModems = (int) ((AsyncResult) msg.obj).result; in handleMessage() local298 onMultiSimConfigChanged(activeModems); in handleMessage()438 private void onMultiSimConfigChanged(int activeModems) { in onMultiSimConfigChanged() argument441 for (int phoneId = activeModems; phoneId < mCarrierConfigLoadedSubIds.length; phoneId++) { in onMultiSimConfigChanged()