commit | 698563ecdc73c8c04f6893e73249fc0b23368c13 | [log] [tgz] |
---|---|---|
author | Roshan Pius <rpius@google.com> | Wed Jul 20 10:40:33 2016 -0700 |
committer | Roshan Pius <rpius@google.com> | Wed Jul 20 13:00:53 2016 -0700 |
tree | f54143813383c57caed8b7511a07dab5ffeb22cb | |
parent | 1989731868f265dcf99166031b22cd188f55e992 [diff] |
WifiScanningServiceImpl: Add ClientInfo null checks Add missing null checks for |ClientInfo| in a few places. ClientInfo could end up being null if there was a pending cleanup of the client before processing of the request in the appropriate state machine. Also, add a unit test to simulate the scenario in the bug specified. BUG: 30241457 Change-Id: Ic4412ae03b5176764b10cba357d19086c0c09e6e TEST: Unit tests