commit | ffb503e86ef67e89c016a3b15e2ce4fcf3e15b56 | [log] [tgz] |
---|---|---|
author | Quang Anh Luong <qal@google.com> | Thu Jan 30 12:20:24 2025 +0900 |
committer | Quang Anh Luong <qal@google.com> | Thu Jan 30 14:30:51 2025 +0900 |
tree | efe7fb12adce8afe19069eb66c1a87975007e309 | |
parent | e1fd3c2daaecece150c8ec7b8cbe1e48db3effb6 [diff] |
Remove redundant requestedState from IpServer#enable IpServer#enable is called with both a non-null TetheringRequest and the requestedState, but the requestedState is derived from the TetheringRequest's connectivity scope. Remove this requestedState arg and simply have IpServer read the connectivity scope itself. Bug: 216524590 Test: covered by existing tests Change-Id: I73227f5053da3a2ab35563268fc416b6dd9b1801