Send a Network instead of network id for wifi no internet dialog

It's a refactor work for incoming connectivity mainline. The
network information contained in the no internet notification
action was placed the target network id. The receiver which is
Settings will need to construct the network from the network id
using the hidden Network constructor. Since Network is moving
into module, Settings will not be able to access it. Apps should
use Network instead of network id, so just send the network
object to Settings.

Bug: 172183305
Test: manually test with no internet dialog and check the
      behavior and log
Test: atest FrameworksNetTests
Change-Id: I68acc70a26a27eeeb9ab7af068a459905839f942
1 file changed
tree: 13368e9a5a197b8ee10ce270ebb3b5032d3f44b5
  1. core/
  2. framework/
  3. service/
  4. services/
  5. tests/
  6. OWNERS