summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Aishwarya Mallampati <amallampati@google.com> 2025-01-06 22:41:01 +0000
committer Aishwarya Mallampati <amallampati@google.com> 2025-01-06 22:41:01 +0000
commitfc608f517c96af48544724ba71a736b056066854 (patch)
treec7de359a24f0726ac351b66bae48135c36b778a3
parent78d1bc52c8874ca6d4e877f81232669fa3eb847f (diff)
Update javadoc of onSendDatagramRequested
Bug: 383759375 Test: make Flag: com.android.internal.telephony.flags.satellite_system_apis Change-Id: I631fa61c2b6ccb200f1891d91ea8d47d62aafec6
-rw-r--r--telephony/java/android/telephony/satellite/SatelliteTransmissionUpdateCallback.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/satellite/SatelliteTransmissionUpdateCallback.java b/telephony/java/android/telephony/satellite/SatelliteTransmissionUpdateCallback.java
index b5dfb631609c..e18fad3eda79 100644
--- a/telephony/java/android/telephony/satellite/SatelliteTransmissionUpdateCallback.java
+++ b/telephony/java/android/telephony/satellite/SatelliteTransmissionUpdateCallback.java
@@ -78,6 +78,9 @@ public interface SatelliteTransmissionUpdateCallback {
/**
* Called when framework receives a request to send a datagram.
*
+ * Informs external apps that device is working on sending a datagram out and is in the process
+ * of checking if all the conditions required to send datagrams are met.
+ *
* @param datagramType The type of the requested datagram.
*/
@FlaggedApi(Flags.FLAG_SATELLITE_SYSTEM_APIS)