Updated arguments for AccessPoint.getSummary calls
Changed the arguments for getSummary to reflect the changes in settingslib Bug: 118705403 Test: none Change-Id: I2bd02e608a900865ff90dd78463a164fca39c905
This commit is contained in:
@@ -299,7 +299,8 @@ public class WifiStatusTest extends Activity {
|
||||
WifiInfo info = mWifiManager.getConnectionInfo();
|
||||
String summary = AccessPoint.getSummary(this, info.getSSID(),
|
||||
networkInfo.getDetailedState(),
|
||||
info.getNetworkId() == WifiConfiguration.INVALID_NETWORK_ID, null, null);
|
||||
info.getNetworkId() == WifiConfiguration.INVALID_NETWORK_ID,
|
||||
/* suggestionOrSpecifierPackageName */ null);
|
||||
mNetworkState.setText(summary);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user