Loading core/res/res/values/config_telephony.xml +4 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,10 @@ <string name="config_pointing_ui_package" translatable="false"></string> <java-symbol type="string" name="config_pointing_ui_package" /> <!-- Telephony pointing UI class name to be launched. --> <string name="config_pointing_ui_class" translatable="false"></string> <java-symbol type="string" name="config_pointing_ui_class" /> <!-- Telephony resends received satellite datagram to listener if ack is not received within this timeout --> <integer name="config_timeout_to_receive_delivered_ack_millis">300000</integer> Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +10 −0 Original line number Diff line number Diff line Loading @@ -3008,4 +3008,14 @@ interface ITelephony { * @return {@code true} if the timeout duration is set successfully, {@code false} otherwise. */ boolean setSatelliteListeningTimeoutDuration(in long timeoutMillis); /** * This API can be used by only CTS to update satellite pointing UI app package and class names. * * @param packageName The package name of the satellite pointing UI app. * @param className The class name of the satellite pointing UI app. * @return {@code true} if the satellite pointing UI app package and class is set successfully, * {@code false} otherwise. */ boolean setSatellitePointingUiClassName(in String packageName, in String className); } Loading
core/res/res/values/config_telephony.xml +4 −0 Original line number Diff line number Diff line Loading @@ -133,6 +133,10 @@ <string name="config_pointing_ui_package" translatable="false"></string> <java-symbol type="string" name="config_pointing_ui_package" /> <!-- Telephony pointing UI class name to be launched. --> <string name="config_pointing_ui_class" translatable="false"></string> <java-symbol type="string" name="config_pointing_ui_class" /> <!-- Telephony resends received satellite datagram to listener if ack is not received within this timeout --> <integer name="config_timeout_to_receive_delivered_ack_millis">300000</integer> Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +10 −0 Original line number Diff line number Diff line Loading @@ -3008,4 +3008,14 @@ interface ITelephony { * @return {@code true} if the timeout duration is set successfully, {@code false} otherwise. */ boolean setSatelliteListeningTimeoutDuration(in long timeoutMillis); /** * This API can be used by only CTS to update satellite pointing UI app package and class names. * * @param packageName The package name of the satellite pointing UI app. * @param className The class name of the satellite pointing UI app. * @return {@code true} if the satellite pointing UI app package and class is set successfully, * {@code false} otherwise. */ boolean setSatellitePointingUiClassName(in String packageName, in String className); }