Fix ethernet enable / disable API

The ethernet APIs connectNetwork() / disconnectNetwork() are
inaccurately named. Physical link state cannot be changed by calling an
API. This change renames these functions to enableInterface and
disableInterface, respectively, to better reflect their intention and
behavior.

Test: atest EthernetManagerPermissionTest
Ignore-AOSP-First: CP to make automerger happy.
Change-Id: I3361ad0e01e761ffd77faf6c55924fa4612ede90
1 file changed
tree: 83ffcdd6cbfb3cb8ca338712cee48a94f5eeef56
  1. framework/
  2. framework-t/
  3. service-t/
  4. tests/