summaryrefslogtreecommitdiff
path: root/metrics_utils_unittest.cc
diff options
context:
space:
mode:
authorAlex Khouderchah <akhouderchah@chromium.org>2019-08-13 15:00:34 -0700
committerCommit Bot <commit-bot@chromium.org>2019-08-15 01:18:43 +0000
commitbfa822665191388523149ee20a237135fd26f63f (patch)
treec2a592b809cb56c3af7f2533b9d103bf836d9e6b /metrics_utils_unittest.cc
parenta4fa660c3a73fa9693be1613ee9947a4bffcc3b0 (diff)
update_engine: Remove references to bluetooth and wimax
Shill does not support bluetooth (kTypeBluetooth is left over from the flimflam API) and has stopped supporting Wimax. BUG=chromium:954635 TEST=`FEATURES="test" emerge-$BOARD update_engine update_engine-client` Change-Id: I3e7d4f0b0a7625067585b6f9fdeec196b87f7026 Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/system/update_engine/+/1752329 Reviewed-by: Amin Hassani <ahassani@chromium.org> Tested-by: Alex Khouderchah <akhouderchah@chromium.org> Commit-Queue: Alex Khouderchah <akhouderchah@chromium.org>
Diffstat (limited to 'metrics_utils_unittest.cc')
-rw-r--r--metrics_utils_unittest.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/metrics_utils_unittest.cc b/metrics_utils_unittest.cc
index e7c4c26b..6ea996fa 100644
--- a/metrics_utils_unittest.cc
+++ b/metrics_utils_unittest.cc
@@ -41,12 +41,6 @@ TEST(MetricsUtilsTest, GetConnectionType) {
EXPECT_EQ(
metrics::ConnectionType::kWifi,
GetConnectionType(ConnectionType::kWifi, ConnectionTethering::kUnknown));
- EXPECT_EQ(
- metrics::ConnectionType::kWimax,
- GetConnectionType(ConnectionType::kWimax, ConnectionTethering::kUnknown));
- EXPECT_EQ(metrics::ConnectionType::kBluetooth,
- GetConnectionType(ConnectionType::kBluetooth,
- ConnectionTethering::kUnknown));
EXPECT_EQ(metrics::ConnectionType::kCellular,
GetConnectionType(ConnectionType::kCellular,
ConnectionTethering::kUnknown));