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 5ebb63dfb86017951751cbb73f428a229b368bd6..67ee3ef91c6691c355c1ce12a78b0367cd5ae3a7 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 |
@@ -218,7 +218,7 @@ class Fakes { |
"BluetoothGattWrapper doesn't support calls to connectGatt() with " |
+ "multiple distinct callbacks."); |
} |
- nativeOnBluetoothDeviceConnectGattCalled(mAdapter.mNativeBluetoothTestAndroid); |
+ nativeOnFakeBluetoothDeviceConnectGattCalled(mAdapter.mNativeBluetoothTestAndroid); |
mGattCallback = callback; |
return new FakeBluetoothGatt(this); |
} |
@@ -264,8 +264,8 @@ class Fakes { |
// --------------------------------------------------------------------------------------------- |
// BluetoothTestAndroid C++ methods declared for access from java: |
- // Binds to BluetoothAdapterAndroid::OnBluetoothDeviceConnectGattCalled. |
- private static native void nativeOnBluetoothDeviceConnectGattCalled( |
+ // Binds to BluetoothAdapterAndroid::OnFakeBluetoothDeviceConnectGattCalled. |
+ private static native void nativeOnFakeBluetoothDeviceConnectGattCalled( |
long nativeBluetoothTestAndroid); |
// Binds to BluetoothAdapterAndroid::OnFakeBluetoothGattDisconnect. |