summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-04-24 15:09:58 -0700
committerTyler Gunn <tgunn@google.com>2015-04-24 23:47:37 +0000
commitbde0b1e4c8672133e346d964f946d435da8f4d22 (patch)
tree96b70a6720b43343d5cba33243b50769cd34c0d7 /api
parent890eb710f9e06fa88ed1f0a006ddd0c36d75b9a7 (diff)
downloadframeworks_base-bde0b1e4c8672133e346d964f946d435da8f4d22.zip
frameworks_base-bde0b1e4c8672133e346d964f946d435da8f4d22.tar.gz
frameworks_base-bde0b1e4c8672133e346d964f946d435da8f4d22.tar.bz2
Add videoStateToString on videoProvider Class.
- Got tired of looking at numerical integer videoStates, so added a new "videoStateToString" static method, similar to how we have a Connection#capabilitiesToString method. Bug: 20257400 Change-Id: I39fcf413938c90e5993985f0976ad4fcce11505d
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
-rw-r--r--api/system-current.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index ae21bb9..91a9e47 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -28903,6 +28903,7 @@ package android.telecom {
method public static boolean isPaused(int);
method public static boolean isReceptionEnabled(int);
method public static boolean isTransmissionEnabled(int);
+ method public static java.lang.String videoStateToString(int);
field public static final int AUDIO_ONLY = 0; // 0x0
field public static final int BIDIRECTIONAL = 3; // 0x3
field public static final int PAUSED = 4; // 0x4
diff --git a/api/system-current.txt b/api/system-current.txt
index 582e7e4..658a489 100644
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -30766,6 +30766,7 @@ package android.telecom {
method public static boolean isPaused(int);
method public static boolean isReceptionEnabled(int);
method public static boolean isTransmissionEnabled(int);
+ method public static java.lang.String videoStateToString(int);
field public static final int AUDIO_ONLY = 0; // 0x0
field public static final int BIDIRECTIONAL = 3; // 0x3
field public static final int PAUSED = 4; // 0x4