summaryrefslogtreecommitdiff
path: root/telecomm
diff options
context:
space:
mode:
authorAishwarya Mallampati <amallampati@google.com>2023-08-21 20:36:18 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-08-21 20:36:18 +0000
commitd84bafaa0e9c16af2efc98c7d8e084a708c5a150 (patch)
tree7449118cddbe0112d9c8fda2ae19f15097ab2d02 /telecomm
parenteb4717b4d33cc996ce5a972c4c297349be6782e3 (diff)
parent9f891edecda332a0df3f4123ac230b0a57f5229f (diff)
downloadbase-d84bafaa0e9c16af2efc98c7d8e084a708c5a150.tar.gz
Merge "Make SATELLITE_ENABLED and EVENT_DISPLAY_SOS_MESSAGE public." into main
Diffstat (limited to 'telecomm')
-rw-r--r--telecomm/java/android/telecom/Call.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/telecomm/java/android/telecom/Call.java b/telecomm/java/android/telecom/Call.java
index 5bdcdf4d63ef..eb0a1e1a40bc 100644
--- a/telecomm/java/android/telecom/Call.java
+++ b/telecomm/java/android/telecom/Call.java
@@ -361,18 +361,6 @@ public final class Call {
"android.telecom.extra.DIAGNOSTIC_MESSAGE";
/**
- * Event reported from the Telecom stack to indicate that the {@link Connection} is not able to
- * find any network and likely will not get connected. Upon receiving this event, the dialer
- * app should show satellite SOS button if satellite is provisioned.
- * <p>
- * The dialer app receives this event via
- * {@link Call.Callback#onConnectionEvent(Call, String, Bundle)}.
- * @hide
- */
- public static final String EVENT_DISPLAY_SOS_MESSAGE =
- "android.telecom.event.DISPLAY_SOS_MESSAGE";
-
- /**
* Reject reason used with {@link #reject(int)} to indicate that the user is rejecting this
* call because they have declined to answer it. This typically means that they are unable
* to answer the call at this time and would prefer it be sent to voicemail.