Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
platform_frameworks_base-old
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Farzin Kazemzadeh
platform_frameworks_base-old
Commits
0dd90655
Commit
0dd90655
authored
4 years ago
by
radhika
Committed by
Radhika Agrawal
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add disconnect message constant
Bug: b/171255813 Test: make Change-Id: Ia300b12ecf7d0c1d7d057b48a801b2928354315e
parent
f4a788be
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
telecomm/java/android/telecom/TelecomManager.java
+8
-0
8 additions, 0 deletions
telecomm/java/android/telecom/TelecomManager.java
with
8 additions
and
0 deletions
telecomm/java/android/telecom/TelecomManager.java
+
8
−
0
View file @
0dd90655
...
...
@@ -371,6 +371,14 @@ public class TelecomManager {
public
static
final
String
EXTRA_CALL_DISCONNECT_MESSAGE
=
"android.telecom.extra.CALL_DISCONNECT_MESSAGE"
;
/**
* A string value for {@link #EXTRA_CALL_DISCONNECT_MESSAGE}, indicates the call was dropped by
* lower layers
* @hide
*/
public
static
final
String
CALL_AUTO_DISCONNECT_MESSAGE_STRING
=
"Call dropped by lower layers"
;
/**
* Optional extra for {@link android.telephony.TelephonyManager#ACTION_PHONE_STATE_CHANGED}
* containing the component name of the associated connection service.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment