[FUI15] Remove networkId in NetworkState
Follow-up from aosp/1542748. networkId is unused and it is safe to remove them now. Test: atest FrameworksNetTests NetworkPolicyManagerServiceTest Bug: 174123988 Change-Id: Ifc9cdad79a3d772035c73116de3f64dd6237b747
This commit is contained in:
@@ -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) =
|
||||
|
||||
Reference in New Issue
Block a user