Loading telecomm/java/android/telecomm/Call.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -329,6 +329,7 @@ public final class Call { * * * @param call The {@code Call} invoking this method. * @param call The {@code Call} invoking this method. * @param videoCall The {@code Call.VideoCall} associated with the {@code Call}. * @param videoCall The {@code Call.VideoCall} associated with the {@code Call}. * @hide */ */ public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {} public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {} Loading Loading @@ -582,6 +583,7 @@ public final class Call { * Obtains an object that can be used to display video from this {@code Call}. * Obtains an object that can be used to display video from this {@code Call}. * * * @return An {@code Call.VideoCall}. * @return An {@code Call.VideoCall}. * @hide */ */ public InCallService.VideoCall getVideoCall() { public InCallService.VideoCall getVideoCall() { return mVideoCall; return mVideoCall; Loading telecomm/java/android/telecomm/InCallService.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -198,6 +198,7 @@ public abstract class InCallService extends Service { /** /** * Class to invoke functionality related to video calls. * Class to invoke functionality related to video calls. * @hide */ */ public static abstract class VideoCall { public static abstract class VideoCall { Loading Loading @@ -294,6 +295,7 @@ public abstract class InCallService extends Service { /** /** * Listener class which invokes callbacks after video call actions occur. * Listener class which invokes callbacks after video call actions occur. * @hide */ */ public static abstract class Listener { public static abstract class Listener { /** /** Loading Loading
telecomm/java/android/telecomm/Call.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -329,6 +329,7 @@ public final class Call { * * * @param call The {@code Call} invoking this method. * @param call The {@code Call} invoking this method. * @param videoCall The {@code Call.VideoCall} associated with the {@code Call}. * @param videoCall The {@code Call.VideoCall} associated with the {@code Call}. * @hide */ */ public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {} public void onVideoCallChanged(Call call, InCallService.VideoCall videoCall) {} Loading Loading @@ -582,6 +583,7 @@ public final class Call { * Obtains an object that can be used to display video from this {@code Call}. * Obtains an object that can be used to display video from this {@code Call}. * * * @return An {@code Call.VideoCall}. * @return An {@code Call.VideoCall}. * @hide */ */ public InCallService.VideoCall getVideoCall() { public InCallService.VideoCall getVideoCall() { return mVideoCall; return mVideoCall; Loading
telecomm/java/android/telecomm/InCallService.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -198,6 +198,7 @@ public abstract class InCallService extends Service { /** /** * Class to invoke functionality related to video calls. * Class to invoke functionality related to video calls. * @hide */ */ public static abstract class VideoCall { public static abstract class VideoCall { Loading Loading @@ -294,6 +295,7 @@ public abstract class InCallService extends Service { /** /** * Listener class which invokes callbacks after video call actions occur. * Listener class which invokes callbacks after video call actions occur. * @hide */ */ public static abstract class Listener { public static abstract class Listener { /** /** Loading