Merge "Add CallAudioState ctor as TestApi"
This commit is contained in:
@@ -426,6 +426,14 @@ package android.service.quicksettings {
|
||||
|
||||
}
|
||||
|
||||
package android.telecom {
|
||||
|
||||
public final class CallAudioState implements android.os.Parcelable {
|
||||
ctor public CallAudioState(boolean, int, int, android.bluetooth.BluetoothDevice, java.util.Collection<android.bluetooth.BluetoothDevice>);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
package android.telephony {
|
||||
|
||||
public class MbmsDownloadSession implements java.lang.AutoCloseable {
|
||||
|
||||
@@ -19,6 +19,7 @@ package android.telecom;
|
||||
import android.annotation.IntDef;
|
||||
import android.annotation.NonNull;
|
||||
import android.annotation.Nullable;
|
||||
import android.annotation.TestApi;
|
||||
import android.bluetooth.BluetoothDevice;
|
||||
import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
@@ -100,6 +101,7 @@ public final class CallAudioState implements Parcelable {
|
||||
}
|
||||
|
||||
/** @hide */
|
||||
@TestApi
|
||||
public CallAudioState(boolean isMuted, @CallAudioRoute int route,
|
||||
@CallAudioRoute int supportedRouteMask,
|
||||
@Nullable BluetoothDevice activeBluetoothDevice,
|
||||
|
||||
Reference in New Issue
Block a user