diff options
| author | Harshad Ulhas Dhabu <hdhabu@google.com> | 2020-06-18 22:45:18 -0700 |
|---|---|---|
| committer | Md Shahriar Hossain Sajib <sajibonly@google.com> | 2021-10-25 04:48:50 +0000 |
| commit | 55750ca1dfd73de278bc575b19f40a187eabae55 (patch) | |
| tree | 394a87dee2586ffba4f0b30bcffae026fdecedac /core/java/android/bluetooth/BluetoothHeadsetClient.java | |
| parent | cbe9af5ab5ce7814753608a15efeb69a49f82737 (diff) | |
Rectify comment in getCurrentAgEvents
Bug: 143946839
Bug: 199827901
Test: IOP and BCST
Tag: #refactor
Change-Id: I1c91d941f5383e8682e2b664120ffe6de4dfdef4
(cherry picked from commit 8d4c5fbf98e7d44cb9367c2d8b05bbd56ac9f3ae)
Diffstat (limited to 'core/java/android/bluetooth/BluetoothHeadsetClient.java')
| -rw-r--r-- | core/java/android/bluetooth/BluetoothHeadsetClient.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/bluetooth/BluetoothHeadsetClient.java b/core/java/android/bluetooth/BluetoothHeadsetClient.java index e5b2a1e23cc1..d78b0fcfe0ea 100644 --- a/core/java/android/bluetooth/BluetoothHeadsetClient.java +++ b/core/java/android/bluetooth/BluetoothHeadsetClient.java @@ -758,7 +758,7 @@ public final class BluetoothHeadsetClient implements BluetoothProfile { * @return bundle of AG indicators; null if device is not in CONNECTED state */ public Bundle getCurrentAgEvents(BluetoothDevice device) { - if (DBG) log("getCurrentCalls()"); + if (DBG) log("getCurrentAgEvents()"); final IBluetoothHeadsetClient service = getService(); if (service != null && isEnabled() && isValidDevice(device)) { |
