summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2013-05-09 21:56:42 -0700
committerJeff Brown <jeffbrown@google.com>2013-05-09 21:56:42 -0700
commita27b8fb4296c1271ddf5916843ddffda6764e65f (patch)
tree9ef16df6b367a06a3e7a9f69be40451d689fa8d3 /api
parent66f3b39ec452a8a03e3254e77e19ccb764ee931f (diff)
downloadframeworks_base-a27b8fb4296c1271ddf5916843ddffda6764e65f.zip
frameworks_base-a27b8fb4296c1271ddf5916843ddffda6764e65f.tar.gz
frameworks_base-a27b8fb4296c1271ddf5916843ddffda6764e65f.tar.bz2
Add an API to determine if a route is connecting.
Bug: 8175766 Change-Id: I54d5f31d4e7d79c471c0e1bbc438cd8ebb4f8a1e
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 1fb398e..6b04262 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -12271,6 +12271,7 @@ package android.media {
method public int getVolume();
method public int getVolumeHandling();
method public int getVolumeMax();
+ method public boolean isConnecting();
method public boolean isEnabled();
method public void requestSetVolume(int);
method public void requestUpdateVolume(int);