wifi: Modified WifiInfoTest for testing linkspeed

Modified the WifiInfoTest test to test linkspeed
APIs getRxLinkSpeed() and getTxLinkSpeed()

Bug:118820339
Test: atest WifiInfoTest
Change-Id: Ic49b01bd546894b3b54e70c7bb82a4b15248a8bf
This commit is contained in:
Sunil Ravi
2019-01-07 19:23:10 -08:00
parent 8466ed6ed4
commit 3ecd6b35d1

View File

@@ -134,6 +134,8 @@ public class WifiInfoTest extends AndroidTestCase {
wifiInfo.getBSSID();
wifiInfo.getIpAddress();
wifiInfo.getLinkSpeed();
wifiInfo.getTxLinkSpeedMbps();
wifiInfo.getRxLinkSpeedMbps();
wifiInfo.getRssi();
wifiInfo.getHiddenSSID();
wifiInfo.getMacAddress();