| Index: device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
| diff --git a/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java b/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
| index b3677b0c792d83b110cc21e1197ade23a9804992..31520d12ed41d19e0bb9fcbff0783877bc6609c4 100644
|
| --- a/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
| +++ b/device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java
|
| @@ -121,6 +121,14 @@ class Fakes {
|
|
|
| break;
|
| }
|
| + case 5: {
|
| + ArrayList<ParcelUuid> uuids = null;
|
| + mFakeScanner.mScanCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES,
|
| + new FakeScanResult(new FakeBluetoothDevice(
|
| + this, "00:00:00:00:00:00", null),
|
| + uuids));
|
| + break;
|
| + }
|
| }
|
| }
|
|
|
|
|