| commit | 378f1f49721c79b4c354e046fe4ade25f5dd7f54 | [log] [tgz] |
|---|---|---|
| author | Hall Liu <hallliu@google.com> | Fri May 11 17:14:08 2018 -0700 |
| committer | Hall Liu <hallliu@google.com> | Fri May 25 15:22:16 2018 -0700 |
| tree | 9e0cace7325d19b249c74b82fc115ab9a496bc54 | |
| parent | f98f8a4c6c70ed459d04874796c5c0744100c8e8 [diff] [blame] |
Add CallAudioState ctor as TestApi Needed for CTS testing Bug: 79528185 Test: CTS Change-Id: Iad154257a93cc776d5800527e46e777fd6c88220 Merged-In: Iad154257a93cc776d5800527e46e777fd6c88220
diff --git a/telecomm/java/android/telecom/CallAudioState.java b/telecomm/java/android/telecom/CallAudioState.java index 4b827d2..e33ba7e 100644 --- a/telecomm/java/android/telecom/CallAudioState.java +++ b/telecomm/java/android/telecom/CallAudioState.java
@@ -19,6 +19,7 @@ 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 @@ } /** @hide */ + @TestApi public CallAudioState(boolean isMuted, @CallAudioRoute int route, @CallAudioRoute int supportedRouteMask, @Nullable BluetoothDevice activeBluetoothDevice,