commit | 308a06a125932081304655cda8374ffcf0772b3c | [log] [tgz] |
---|---|---|
author | Samuel Tan <samueltan@google.com> | Tue Apr 05 14:35:13 2016 -0700 |
committer | Samuel Tan <samueltan@google.com> | Fri Apr 08 09:31:51 2016 -0700 |
tree | d19e29838b5afae4ed262c8957c4fbf64d64a90c | |
parent | 06636d2de935ad5d2e8fb6483c406fe922c75ff2 [diff] |
Move mActiveScanDetail from WifiStateMachine to WifiConfigManager Since |mActiveScanDetail| is only used in WifiConfigManager, move it from WifiStateMachine to WifiConfigManager, and add a sycnhronized setter for this variable that WifiStateMachine can call to update it. BUG: 27405059 Change-Id: Ic7f97157433bf0db9d5ec3d5ac93073e163c5355 TEST: 'runtest frameworks-wifi' succeeds.