OSDN Git Service

Hiding missed Video telephony related APIs.
authorTyler Gunn <tgunn@google.com>
Fri, 22 Aug 2014 18:33:13 +0000 (11:33 -0700)
committerTyler Gunn <tgunn@google.com>
Fri, 22 Aug 2014 18:33:13 +0000 (11:33 -0700)
Bug: 17188135
Change-Id: I9b569936bff285463d32df878efb26041917c51b

telecomm/java/android/telecomm/Call.java
telecomm/java/android/telecomm/InCallService.java

index 63f85e9..a71f739 100644 (file)
@@ -329,6 +329,7 @@ public final class Call {
          *
          * @param call The {@code Call} invoking this method.
          * @param videoCall The {@code Call.VideoCall} associated with the {@code Call}.
+         * @hide
          */
         public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {}
 
@@ -582,6 +583,7 @@ public final class Call {
      * Obtains an object that can be used to display video from this {@code Call}.
      *
      * @return An {@code Call.VideoCall}.
+     * @hide
      */
     public InCallService.VideoCall getVideoCall() {
         return mVideoCall;
index 794ec41..a062632 100644 (file)
@@ -198,6 +198,7 @@ public abstract class InCallService extends Service {
 
     /**
      * Class to invoke functionality related to video calls.
+     * @hide
      */
     public static abstract class VideoCall {
 
@@ -294,6 +295,7 @@ public abstract class InCallService extends Service {
 
         /**
          * Listener class which invokes callbacks after video call actions occur.
+         * @hide
          */
         public static abstract class Listener {
             /**