Show paired devices on Bluetooth device slice card
- support tapping to activate for all available media devices including Hearing aid and Headset - support tapping to connect for previously connected devices Bug: 149667096 Test: robotest Change-Id: I25f74b1b20fbb1876200a561775aa675ff60ac37
This commit is contained in:
@@ -102,7 +102,7 @@ public class BluetoothDeviceUpdaterTest {
|
||||
mPreference = new BluetoothDevicePreference(mContext, mCachedBluetoothDevice,
|
||||
false, BluetoothDevicePreference.SortType.TYPE_DEFAULT);
|
||||
mBluetoothDeviceUpdater =
|
||||
new BluetoothDeviceUpdater(mDashboardFragment, mDevicePreferenceCallback,
|
||||
new BluetoothDeviceUpdater(mContext, mDashboardFragment, mDevicePreferenceCallback,
|
||||
mLocalManager) {
|
||||
@Override
|
||||
public boolean isFilterMatched(CachedBluetoothDevice cachedBluetoothDevice) {
|
||||
|
Reference in New Issue
Block a user