commit | dceb89599597804dd1c562e94f268b4f3abd9d83 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Wed Mar 16 12:34:41 2022 +0100 |
committer | Lorenzo Colitti <lorenzo@google.com> | Fri Mar 18 07:24:01 2022 +0000 |
tree | 83ffcdd6cbfb3cb8ca338712cee48a94f5eeef56 | |
parent | 58b2dffa1c6e8f2edeb9c00f10b38b71d5345cf6 [diff] |
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