Merge "Modify connectivty related strings" into pi-dev

This commit is contained in:
TreeHugger Robot
2018-03-21 17:14:20 +00:00
committed by Android (Google) Code Review
4 changed files with 7 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ public class BluetoothPairingDetailTest {
mFragment.updateContent(BluetoothAdapter.STATE_ON);
verify(mFragment).addDeviceCategory(mAvailableDevicesCategory,
R.string.bluetooth_preference_found_devices,
R.string.bluetooth_preference_found_media_devices,
BluetoothDeviceFilter.UNBONDED_DEVICE_FILTER, false);
verify(mLocalAdapter).setScanMode(BluetoothAdapter.SCAN_MODE_CONNECTABLE_DISCOVERABLE);
}