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 | 1832d6013dfa579e34142f1a18044f942cd7bcbd (patch) | |
tree | f0d93ab513f8ed20ca9b8aaa2f70a264f4a0c7cf /framework/java/android/bluetooth/BluetoothHeadsetClient.java | |
parent | 7151fef225d7b92b21c938dab2d5c5aac0ae6864 (diff) |
Rectify comment in getCurrentAgEvents
Bug: 143946839
Bug: 199827901
Test: IOP and BCST
Tag: #refactor
Change-Id: I1c91d941f5383e8682e2b664120ffe6de4dfdef4
(cherry picked from commit 322c15bdaaa6ec44bc4cf6ea723b403b0e8ec1a8)
Diffstat (limited to 'framework/java/android/bluetooth/BluetoothHeadsetClient.java')
-rw-r--r-- | framework/java/android/bluetooth/BluetoothHeadsetClient.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/java/android/bluetooth/BluetoothHeadsetClient.java b/framework/java/android/bluetooth/BluetoothHeadsetClient.java index e5b2a1e23c..d78b0fcfe0 100644 --- a/framework/java/android/bluetooth/BluetoothHeadsetClient.java +++ b/framework/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)) { |