commit | ac69b83c9cafb9a839b578c3b5b71eb3439244ad | [log] [tgz] |
---|---|---|
author | Samuel Tan <samueltan@google.com> | Thu Apr 07 15:59:12 2016 -0700 |
committer | Samuel Tan <samueltan@google.com> | Fri Apr 08 10:13:21 2016 -0700 |
tree | d7e28980865e034cbe86e139c8311899a2b1b60b | |
parent | 930174d9abe89ddb275e03620f40b937b1f53dd5 [diff] |
WifiConfigManager: remove WifiStateMachine field Remove the WifiStateMachine field from WifiConfigManager, since the latter no longer calls methods of the former. Also, change calls to the WifiConfigManager constructors to accomodate this change. BUG: 27405059 Change-Id: I468f74259d45d9a1a61e00b987533eaa66846024 TEST: 'runtest frameworks-wifi' succeeds.