Loading core/res/res/values/config_telephony.xml +7 −0 Original line number Original line Diff line number Diff line Loading @@ -64,6 +64,13 @@ <integer name="auto_data_switch_performance_stability_time_threshold_millis">120000</integer> <integer name="auto_data_switch_performance_stability_time_threshold_millis">120000</integer> <java-symbol type="integer" name="auto_data_switch_performance_stability_time_threshold_millis" /> <java-symbol type="integer" name="auto_data_switch_performance_stability_time_threshold_millis" /> <!-- Define the bar for switching data back to the default SIM when both SIMs are out of service in milliseconds. A value of 0 means an immediate switch, otherwise for a negative value, the threshold defined by auto_data_switch_availability_stability_time_threshold_millis will be used instead. --> <integer name="auto_data_switch_availability_switchback_stability_time_threshold_millis">150000</integer> <java-symbol type="integer" name="auto_data_switch_availability_switchback_stability_time_threshold_millis" /> <!-- Define the maximum retry times when a validation for switching failed.--> <!-- Define the maximum retry times when a validation for switching failed.--> <integer name="auto_data_switch_validation_max_retry">7</integer> <integer name="auto_data_switch_validation_max_retry">7</integer> <java-symbol type="integer" name="auto_data_switch_validation_max_retry" /> <java-symbol type="integer" name="auto_data_switch_validation_max_retry" /> Loading Loading
core/res/res/values/config_telephony.xml +7 −0 Original line number Original line Diff line number Diff line Loading @@ -64,6 +64,13 @@ <integer name="auto_data_switch_performance_stability_time_threshold_millis">120000</integer> <integer name="auto_data_switch_performance_stability_time_threshold_millis">120000</integer> <java-symbol type="integer" name="auto_data_switch_performance_stability_time_threshold_millis" /> <java-symbol type="integer" name="auto_data_switch_performance_stability_time_threshold_millis" /> <!-- Define the bar for switching data back to the default SIM when both SIMs are out of service in milliseconds. A value of 0 means an immediate switch, otherwise for a negative value, the threshold defined by auto_data_switch_availability_stability_time_threshold_millis will be used instead. --> <integer name="auto_data_switch_availability_switchback_stability_time_threshold_millis">150000</integer> <java-symbol type="integer" name="auto_data_switch_availability_switchback_stability_time_threshold_millis" /> <!-- Define the maximum retry times when a validation for switching failed.--> <!-- Define the maximum retry times when a validation for switching failed.--> <integer name="auto_data_switch_validation_max_retry">7</integer> <integer name="auto_data_switch_validation_max_retry">7</integer> <java-symbol type="integer" name="auto_data_switch_validation_max_retry" /> <java-symbol type="integer" name="auto_data_switch_validation_max_retry" /> Loading