Un-@hiding some missed VT APIs.
Bug: 20947116 Change-Id: Idda9b7c7debafbea8c42eaadb75c3375b2c8ddb2
This commit is contained in:
@@ -50,7 +50,6 @@ public final class ConnectionRequest implements Parcelable {
|
||||
* @param handle The handle (e.g., phone number) to which the {@link Connection} is to connect.
|
||||
* @param extras Application-specific extra data.
|
||||
* @param videoState Determines the video state for the connection.
|
||||
* @hide
|
||||
*/
|
||||
public ConnectionRequest(
|
||||
PhoneAccountHandle accountHandle,
|
||||
@@ -95,7 +94,6 @@ public final class ConnectionRequest implements Parcelable {
|
||||
* {@link VideoProfile.VideoState#RX_ENABLED}.
|
||||
*
|
||||
* @return The video state for the connection.
|
||||
* @hide
|
||||
*/
|
||||
public int getVideoState() {
|
||||
return mVideoState;
|
||||
|
||||
Reference in New Issue
Block a user