Merge "[FUI15] Remove networkId in NetworkState"

This commit is contained in:
Junyu Lai
2021-02-20 14:00:19 +00:00
committed by Gerrit Code Review
4 changed files with 10 additions and 16 deletions

View File

@@ -65,7 +65,7 @@ class NetworkTemplateTest {
setCapability(NetworkCapabilities.NET_CAPABILITY_NOT_ROAMING, true)
setSSID(ssid)
}
return NetworkState(type, lp, caps, mock(Network::class.java), subscriberId, ssid)
return NetworkState(type, lp, caps, mock(Network::class.java), subscriberId)
}
private fun NetworkTemplate.assertMatches(ident: NetworkIdentity) =