Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -28711,6 +28711,7 @@ package android.telecomm { } public class VideoCallProfile implements android.os.Parcelable { ctor public VideoCallProfile(int); ctor public VideoCallProfile(int, int); method public int describeContents(); method public int getQuality(); telecomm/java/android/telecomm/VideoCallProfile.java +9 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,15 @@ public class VideoCallProfile implements Parcelable { private final int mQuality; /** * Creates an instance of the VideoCallProfile * * @param videoState The video state. */ public VideoCallProfile(int videoState) { this(videoState, QUALITY_DEFAULT); } /** * Creates an instance of the VideoCallProfile * Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -28711,6 +28711,7 @@ package android.telecomm { } public class VideoCallProfile implements android.os.Parcelable { ctor public VideoCallProfile(int); ctor public VideoCallProfile(int, int); method public int describeContents(); method public int getQuality();
telecomm/java/android/telecomm/VideoCallProfile.java +9 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,15 @@ public class VideoCallProfile implements Parcelable { private final int mQuality; /** * Creates an instance of the VideoCallProfile * * @param videoState The video state. */ public VideoCallProfile(int videoState) { this(videoState, QUALITY_DEFAULT); } /** * Creates an instance of the VideoCallProfile * Loading