diff options
author | Tyler Gunn <tgunn@google.com> | 2015-06-03 10:09:59 -0700 |
---|---|---|
committer | Tyler Gunn <tgunn@google.com> | 2015-06-03 10:09:59 -0700 |
commit | 87b73f370e2b8a76b0540580f43edba6ec21c6cf (patch) | |
tree | 3990fd7eb2b25e1081388fb3c0a10e8459380728 /telecomm/java/android/telecom/RemoteConnection.java | |
parent | 6ef831fe1a953f6b67f3c6a43bde38e80689698b (diff) |
API Cleanup: Remove VideoState class.
- Remove VideoState class.
- Replace references to VideoState constants with VideoProfile equivalent.
- Push VideoState static methods into VideoProfile.
Bug: 21573551
Change-Id: I1bca02772b5b7d86643f612824b07faef7618725
Diffstat (limited to 'telecomm/java/android/telecom/RemoteConnection.java')
-rw-r--r-- | telecomm/java/android/telecom/RemoteConnection.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/RemoteConnection.java b/telecomm/java/android/telecom/RemoteConnection.java index 52c60e662796..d62c08ed4934 100644 --- a/telecomm/java/android/telecom/RemoteConnection.java +++ b/telecomm/java/android/telecom/RemoteConnection.java @@ -605,7 +605,7 @@ public final class RemoteConnection { /** * Obtains the video state of this {@code RemoteConnection}. * - * @return The video state of the {@code RemoteConnection}. See {@link VideoProfile.VideoState}. + * @return The video state of the {@code RemoteConnection}. See {@link VideoProfile}. */ public int getVideoState() { return mVideoState; |