Migrate wifi tests out of NetworkAgent Messenger
NetworkAgent is changing to be backed by a binder interface
(INetworkAgent, INetworkAgentRegistry) rather than AsyncChannel /
Messenger.
Update wifi tests to reflect the change.
Wifi tests should actually not depend on NetworkAgent implementation
details, and could use mock NetworkAgent objects instead of verifying
calls on the underlying interface; this change just keeps the same
test behavior for simplicity, however.
Bug: 173574274
Test: atest FrameworksWifiTests
Change-Id: I0b0d141807329efb02ae116aa98c2eb41afe1607
2 files changed