diff options
author | Scott Lobdell <slobdell@google.com> | 2021-04-25 19:53:32 +0000 |
---|---|---|
committer | Daniel Norman <danielnorman@google.com> | 2021-04-29 09:44:07 -0700 |
commit | 2051462f672b5986ef321bf1de3657e7653864e8 (patch) | |
tree | 1dee6334f2b0a68d3cc2e532e6f89bb16149aa7d /telecomm | |
parent | b22baa1593b2ee33200d009f7f56d1c44a75ac6d (diff) | |
parent | ab6136865a519a27d731b4caa3e782bdf02cfd91 (diff) |
Merge SP1A.210425.001
Change-Id: I8d45e47c131320cac5e794fd629fdef84dd3bcfc
Diffstat (limited to 'telecomm')
-rw-r--r-- | telecomm/java/android/telecom/BluetoothCallQualityReport.java | 4 | ||||
-rw-r--r-- | telecomm/java/android/telecom/TelecomManager.java | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/BluetoothCallQualityReport.java b/telecomm/java/android/telecom/BluetoothCallQualityReport.java index 8703d84831ff..78dba6abb623 100644 --- a/telecomm/java/android/telecom/BluetoothCallQualityReport.java +++ b/telecomm/java/android/telecom/BluetoothCallQualityReport.java @@ -66,7 +66,9 @@ public final class BluetoothCallQualityReport implements Parcelable { } /** - * @return {@code true} if bluetooth hardware detects voice is choppy + * When the bluetooth controller detects factors that cause choppy voice, + * the controller reports an (e)SCO Voice Choppy event to the host + * @return {@code true} when we receive (e)SCO Voice Choppy event from the controller */ public boolean isChoppyVoice() { return mChoppyVoice; diff --git a/telecomm/java/android/telecom/TelecomManager.java b/telecomm/java/android/telecom/TelecomManager.java index fcbc3dc22136..c9fcb17fc68d 100644 --- a/telecomm/java/android/telecom/TelecomManager.java +++ b/telecomm/java/android/telecom/TelecomManager.java @@ -1029,6 +1029,7 @@ public class TelecomManager { * Enable READ_PHONE_STATE protection on APIs querying and notifying call state, such as * {@code TelecomManager#getCallState}, {@link TelephonyManager#getCallStateForSubscription()}, * and {@link android.telephony.TelephonyCallback.CallStateListener}. + * @hide */ @ChangeId @EnabledSince(targetSdkVersion = Build.VERSION_CODES.S) |