Merge "Add @hide to RttAudioMode IntDef" am: 22af0f3377
am: c284379659
Change-Id: I892dd9f7c070aade5962b53277a860a55ed237ea
This commit is contained in:
@@ -36694,9 +36694,6 @@ package android.telecom {
|
||||
field public static final int RTT_MODE_VCO = 3; // 0x3
|
||||
}
|
||||
|
||||
public static abstract class Call.RttCall.RttAudioMode implements java.lang.annotation.Annotation {
|
||||
}
|
||||
|
||||
public final class CallAudioState implements android.os.Parcelable {
|
||||
ctor public CallAudioState(boolean, int, int);
|
||||
method public static java.lang.String audioRouteToString(int);
|
||||
|
||||
@@ -39667,9 +39667,6 @@ package android.telecom {
|
||||
field public static final int RTT_MODE_VCO = 3; // 0x3
|
||||
}
|
||||
|
||||
public static abstract class Call.RttCall.RttAudioMode implements java.lang.annotation.Annotation {
|
||||
}
|
||||
|
||||
public final class CallAudioState implements android.os.Parcelable {
|
||||
ctor public CallAudioState(boolean, int, int);
|
||||
method public static java.lang.String audioRouteToString(int);
|
||||
|
||||
@@ -36777,9 +36777,6 @@ package android.telecom {
|
||||
field public static final int RTT_MODE_VCO = 3; // 0x3
|
||||
}
|
||||
|
||||
public static abstract class Call.RttCall.RttAudioMode implements java.lang.annotation.Annotation {
|
||||
}
|
||||
|
||||
public final class CallAudioState implements android.os.Parcelable {
|
||||
ctor public CallAudioState(boolean, int, int);
|
||||
method public static java.lang.String audioRouteToString(int);
|
||||
|
||||
@@ -871,6 +871,7 @@ public final class Call {
|
||||
* party, if it is active.
|
||||
*/
|
||||
public static final class RttCall {
|
||||
/** @hide */
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@IntDef({RTT_MODE_INVALID, RTT_MODE_FULL, RTT_MODE_HCO, RTT_MODE_VCO})
|
||||
public @interface RttAudioMode {}
|
||||
|
||||
Reference in New Issue
Block a user