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

  /external/chromium_org/device/bluetooth/test/
mock_bluetooth_profile.cc 9 MockBluetoothProfile::MockBluetoothProfile() {
12 MockBluetoothProfile::~MockBluetoothProfile() {
mock_bluetooth_profile.h 13 class MockBluetoothProfile : public BluetoothProfile {
15 MockBluetoothProfile();
16 virtual ~MockBluetoothProfile();
  /external/chromium_org/device/bluetooth/
bluetooth_profile.h 18 class MockBluetoothProfile;
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router_unittest.cc 103 testing::NiceMock<device::MockBluetoothProfile> mock_audio_profile_;
104 testing::NiceMock<device::MockBluetoothProfile> mock_health_profile_;
bluetooth_apitest.cc 30 using device::MockBluetoothProfile;
47 profile1_.reset(new testing::NiceMock<MockBluetoothProfile>());
48 profile2_.reset(new testing::NiceMock<MockBluetoothProfile>());
79 scoped_ptr<testing::NiceMock<MockBluetoothProfile> > profile1_;
80 scoped_ptr<testing::NiceMock<MockBluetoothProfile> > profile2_;

Completed in 63 milliseconds