Loading src/java/com/android/internal/telephony/uicc/UiccController.java +0 −5 Original line number Diff line number Diff line Loading @@ -278,11 +278,6 @@ public class UiccController extends Handler { if (DBG) { logWithLocalLog("config_num_physical_slots = " + numPhysicalSlots); } // Minimum number of physical slot count should be equals to or greater than phone count, // if it is less than phone count use phone count as physical slot count. if (numPhysicalSlots < mCis.length) { numPhysicalSlots = mCis.length; } mTelephonyManager = mContext.getSystemService(TelephonyManager.class); Loading Loading
src/java/com/android/internal/telephony/uicc/UiccController.java +0 −5 Original line number Diff line number Diff line Loading @@ -278,11 +278,6 @@ public class UiccController extends Handler { if (DBG) { logWithLocalLog("config_num_physical_slots = " + numPhysicalSlots); } // Minimum number of physical slot count should be equals to or greater than phone count, // if it is less than phone count use phone count as physical slot count. if (numPhysicalSlots < mCis.length) { numPhysicalSlots = mCis.length; } mTelephonyManager = mContext.getSystemService(TelephonyManager.class); Loading