mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Clean up test for apis added by Analytics.
PiperOrigin-RevId: 420187861
This commit is contained in:
committed by
Copybara-Service
parent
acc6f2de9a
commit
fa2b583245
@@ -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"; }
|
||||
|
||||
Reference in New Issue
Block a user