commit | c9a6c7b295e35415a61e3de6bf75f846a4aca048 | [log] [tgz] |
---|---|---|
author | Etan Cohen <etancohen@google.com> | Wed Feb 01 16:54:56 2017 -0800 |
committer | Etan Cohen <etancohen@google.com> | Wed Feb 01 16:58:06 2017 -0800 |
tree | 4889db907561d0c61df5b3a2e98b9659d0aec8c7 | |
parent | f8759c3c7309d4905459c04e476f720045f56304 [diff] |
[HAL Device Manager] Fix validation bug due to object comparison Proxy objects from HAL are created on every query - thus it isn't possible to compare IWifiIface objects obtained from the service even if they represent identical server-side objects. Device manager was using object references - removed. Need to stick to non-changing representations, e.g. type/name. Bug: 34474043 Test: unit-tests still passing + boot Change-Id: I56c9ac88767f272ddd14fa2ef2a4b3796fdeb348