aboutsummaryrefslogtreecommitdiff
path: root/service/java/com/android/server/bluetooth/BluetoothShellCommand.java
Commit message (Collapse)AuthorAgeFilesLines
* Add wait-for-state commandWilliam Escande2022-12-201-44/+119
| | | | | | | | | | | | | | | Disable and enable are async shell command. This is creating flakyness in test that expect the bluetooth to be already enabled / disabled. Test: atest BluetoothInstrumentationTests Test: atest BluetoothShellCommandTest Test: atest 'BluetoothTest#AdapterEnableDisable' // net_test_bluetooth Fix: 261772749 Tag: #refactor Change-Id: I3ca29dde23a5182ede28eceaf1ac97e4668ab5d5 (cherry picked from commit ca23daa448294ebea1b5cfd421732e85440fe4b9) Merged-In: I3ca29dde23a5182ede28eceaf1ac97e4668ab5d5
* Add BluetoothShellCommandTestHyundo Moon2022-12-151-4/+9
| | | | | | | | | | Also fixes the test directory correctly. Bug: 237467631 Test: atest BluetoothShellCommandTest Change-Id: I5528a39b41c40bcf5418b9d2171f04c8350cdc7e (cherry picked from commit 4d280a0219eae8f2c7062698f80edecaf3020193) Merged-In: I5528a39b41c40bcf5418b9d2171f04c8350cdc7e
* Add BluetoothShellCommandWilliam Escande2022-02-231-0/+125
This is deprecating the svc command for mainline Fix: 216233593 Tag: #refactor Test: manual: adb shell cmd bluetooth_manager enable Test: manual: adb shell cmd bluetooth_manager disable Ignore-AOSP-First: Merge conflict resolution on package name Change-Id: I19f71fbf689d8551b20359f577fbffd999806273