HomeSort by relevance Sort by last modified time
    Searched refs:MockBluetoothSocket (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_socket.cc 9 MockBluetoothSocket::MockBluetoothSocket() {}
10 MockBluetoothSocket::~MockBluetoothSocket() {}
mock_bluetooth_socket.h 22 class MockBluetoothSocket : public BluetoothSocket {
24 MockBluetoothSocket();
30 virtual ~MockBluetoothSocket();
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router_unittest.cc 157 scoped_refptr<testing::NiceMock<device::MockBluetoothSocket> > mock_socket(
158 new testing::NiceMock<device::MockBluetoothSocket>());
196 scoped_refptr<testing::NiceMock<device::MockBluetoothSocket> > mock_socket(
197 new testing::NiceMock<device::MockBluetoothSocket>());
bluetooth_apitest.cc 500 scoped_refptr<device::MockBluetoothSocket> socket =
501 new device::MockBluetoothSocket();

Completed in 25 milliseconds