Merge "Modify connectivty related strings" into pi-dev am: 346a36cd2e

am: 73af1f3fb7

Change-Id: Ib8da644dc0c84ddb2d0133643de6325c0fbdc2c2
This commit is contained in:
Jyun LuoLai
2018-03-21 19:20:10 +00:00
committed by android-build-merger
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);
}