Fwk timeout for enable/disable should be greater than the max time PSS takes to enable/disable
Bug: 359928177 Test: basic esos Change-Id: I2afa1d8115e2b95f48560427882282f8bf805cb0
This commit is contained in:
parent
e0f64c3efd
commit
c0c63a3781
1 changed files with 6 additions and 0 deletions
|
@ -321,6 +321,12 @@
|
||||||
<!-- Telephony satellite service package name to bind to by default. -->
|
<!-- Telephony satellite service package name to bind to by default. -->
|
||||||
<string name="config_satellite_service_package">com.google.android.satellite</string>
|
<string name="config_satellite_service_package">com.google.android.satellite</string>
|
||||||
|
|
||||||
|
<!-- The time duration in millis after which Telephony will stop waiting for the response of the
|
||||||
|
satellite enable request from modem, and send failure response to the client that has
|
||||||
|
requested Telephony to enable satellite.
|
||||||
|
-->
|
||||||
|
<integer name="config_wait_for_satellite_enabling_response_timeout_millis">240000</integer>
|
||||||
|
|
||||||
<!-- Telephony pointing UI package name to be launched. -->
|
<!-- Telephony pointing UI package name to be launched. -->
|
||||||
<string name="config_pointing_ui_package">com.google.android.apps.scone</string>
|
<string name="config_pointing_ui_package">com.google.android.apps.scone</string>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue