Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2118)

Unified Diff: device/bluetooth/test/android/java/src/org/chromium/device/bluetooth/Fakes.java

Issue 1265023004: Revert of Bringing 4 more BluetoothTest.* unit tests to Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scheibtest
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/bluetooth/bluetooth_low_energy_device_mac.mm ('k') | device/bluetooth/test/bluetooth_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c1e8da030cc3a62cd2cee534a55c8aca06b9beec..5e63b66fbfa9d3bc63d5615d75d1f666a29e7048 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
@@ -57,7 +57,7 @@
mFakeScanner.mCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES,
new FakeScanResult(new FakeBluetoothDevice(
- "01:00:00:90:1E:BE", "FakeBluetoothDevice"),
+ "AA:00:00:00:00:01", "FakeBluetoothDevice"),
uuids));
break;
}
@@ -68,14 +68,14 @@
mFakeScanner.mCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES,
new FakeScanResult(new FakeBluetoothDevice(
- "01:00:00:90:1E:BE", "FakeBluetoothDevice"),
+ "AA:00:00:00:00:01", "FakeBluetoothDevice"),
uuids));
break;
}
case 3: {
ArrayList<ParcelUuid> uuids = null;
mFakeScanner.mCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES,
- new FakeScanResult(new FakeBluetoothDevice("01:00:00:90:1E:BE", ""),
+ new FakeScanResult(new FakeBluetoothDevice("AA:00:00:00:00:01", ""),
uuids));
break;
@@ -83,7 +83,7 @@
case 4: {
ArrayList<ParcelUuid> uuids = null;
mFakeScanner.mCallback.onScanResult(ScanSettings.CALLBACK_TYPE_ALL_MATCHES,
- new FakeScanResult(new FakeBluetoothDevice("02:00:00:8B:74:63", ""),
+ new FakeScanResult(new FakeBluetoothDevice("BB:00:00:00:00:02", ""),
uuids));
break;
« no previous file with comments | « device/bluetooth/bluetooth_low_energy_device_mac.mm ('k') | device/bluetooth/test/bluetooth_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698