Merge "Merge "Add @hide to RttAudioMode IntDef" am: 22af0f3377 am: c284379659 am: f000639f82"
This commit is contained in:
committed by
Android (Google) Code Review
commit
df228e3128
@@ -38180,9 +38180,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);
|
||||
|
||||
@@ -41230,9 +41230,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);
|
||||
|
||||
@@ -38364,9 +38364,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);
|
||||
|
||||
@@ -878,6 +878,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