diff options
| -rw-r--r-- | telephony/java/android/telephony/satellite/stub/ISatellite.aidl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/satellite/stub/ISatellite.aidl b/telephony/java/android/telephony/satellite/stub/ISatellite.aidl index 6b47db1e2251..e2cd4f8da2c4 100644 --- a/telephony/java/android/telephony/satellite/stub/ISatellite.aidl +++ b/telephony/java/android/telephony/satellite/stub/ISatellite.aidl @@ -469,6 +469,9 @@ oneway interface ISatellite { * The satellite service should report the NTN signal strength via * ISatelliteListener#onNtnSignalStrengthChanged when the NTN signal strength changes. * + * Note: This API can be invoked multiple times. If the modem is already in the expected + * state from a previous request, subsequent invocations may be ignored. + * * @param resultCallback The callback to receive the error code result of the operation. * * Valid result codes returned: @@ -485,6 +488,9 @@ oneway interface ISatellite { * be called when device is screen off to save power by not letting signal strength updates to * wake up application processor. * + * Note: This API can be invoked multiple times. If the modem is already in the expected + * state from a previous request, subsequent invocations may be ignored. + * * @param resultCallback The callback to receive the error code result of the operation. * * Valid result codes returned: |