Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc7b04ef authored by Ling Ma's avatar Ling Ma
Browse files

Extend DDS switch validation timeout

According to the analysis in b/293356801#comment17, the current timeout validation is too short.
Extending the default timeout wouldn't have any unexpected consequence because there aren't any pending items in the case of timeout occurs.

Fix: 293356801
Test: daily test b/296088621
Change-Id: If19bbaa25a02adc60af327099eab2ee0556dc5f9
parent 3fc9f5c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10408,7 +10408,7 @@ public class CarrierConfigManager {
        sDefaults.putIntArray(KEY_DISCONNECT_CAUSE_PLAY_BUSYTONE_INT_ARRAY,
                new int[] {4 /* BUSY */});
        sDefaults.putBoolean(KEY_PREVENT_CLIR_ACTIVATION_AND_DEACTIVATION_CODE_BOOL, false);
        sDefaults.putLong(KEY_DATA_SWITCH_VALIDATION_TIMEOUT_LONG, 2000);
        sDefaults.putLong(KEY_DATA_SWITCH_VALIDATION_TIMEOUT_LONG, 5000);
        sDefaults.putStringArray(KEY_MMI_TWO_DIGIT_NUMBER_PATTERN_STRING_ARRAY, new String[0]);
        sDefaults.putInt(KEY_PARAMETERS_USED_FOR_LTE_SIGNAL_BAR_INT,
                CellSignalStrengthLte.USE_RSRP);