#include "device/bluetooth/floss/floss_bluetooth_telephony_client.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/run_loop.h"
#include "base/test/bind.h"
#include "base/test/task_environment.h"
#include "dbus/message.h"
#include "dbus/mock_bus.h"
#include "dbus/mock_exported_object.h"
#include "dbus/mock_object_proxy.h"
#include "device/bluetooth/floss/test_helpers.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace {
DoAll;
}
namespace floss {
class FlossBluetoothTelephonyClientTest : public testing::Test { … };
TEST_F(FlossBluetoothTelephonyClientTest, SetPhoneOpsEnabled) { … }
}