Skip to content
Snippets Groups Projects
Commit 39ac9ffe authored by Hall Liu's avatar Hall Liu Committed by Gerrit Code Review
Browse files

Merge "Add CallAudioState ctor as TestApi"

parents 0defa6e7 378f1f49
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment