Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +8 −0 Original line number Diff line number Diff line Loading @@ -3016,6 +3016,14 @@ interface ITelephony { */ boolean setSatelliteListeningTimeoutDuration(in long timeoutMillis); /** * This API can be used by only CTS to control ingoring cellular service state event. * * @param enabled Whether to enable boolean config. * @return {@code true} if the value is set successfully, {@code false} otherwise. */ boolean setSatelliteIgnoreCellularServiceState(in boolean enabled); /** * This API can be used by only CTS to update satellite pointing UI app package and class names. * Loading Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +8 −0 Original line number Diff line number Diff line Loading @@ -3016,6 +3016,14 @@ interface ITelephony { */ boolean setSatelliteListeningTimeoutDuration(in long timeoutMillis); /** * This API can be used by only CTS to control ingoring cellular service state event. * * @param enabled Whether to enable boolean config. * @return {@code true} if the value is set successfully, {@code false} otherwise. */ boolean setSatelliteIgnoreCellularServiceState(in boolean enabled); /** * This API can be used by only CTS to update satellite pointing UI app package and class names. * Loading