Clean up test for apis added by Analytics.

PiperOrigin-RevId: 420187861
This commit is contained in:
edwinwu
2022-01-06 18:41:07 -08:00
committed by Copybara-Service
parent acc6f2de9a
commit fa2b583245
4 changed files with 0 additions and 10 deletions
@@ -52,18 +52,14 @@ class FakeEndpointChannel : public EndpointChannel {
void Close(proto::connections::DisconnectionReason reason) override {
Close();
}
// TODO(jfcarroll): This needs to be fixed properly
proto::connections::ConnectionTechnology GetTechnology() const override {
return proto::connections::ConnectionTechnology::
CONNECTION_TECHNOLOGY_BLE_GATT;
}
// TODO(jfcarroll): This needs to be fixed properly
proto::connections::ConnectionBand GetBand() const override {
return proto::connections::ConnectionBand::CONNECTION_BAND_CELLULAR_BAND_2G;
}
// TODO(jfcarroll): This needs to be fixed properly
int GetFrequency() const override { return 0; }
// TODO(jfcarroll): This needs to be fixed properly
int GetTryCount() const override { return 0; }
std::string GetType() const override { return "fake-channel-type"; }
std::string GetName() const override { return "fake-channel"; }