commit | 8149f80bca4eff0646e8c5f393b5fb10c5d11814 | [log] [tgz] |
---|---|---|
author | David Su <dysu@google.com> | Thu Jan 30 15:56:02 2020 -0800 |
committer | David Su <dysu@google.com> | Thu Jan 30 16:39:32 2020 -0800 |
tree | 2394e237c571946ee3365d03ddb68f286c06ce0e | |
parent | abaa9043481989722781394103a267ee213cf69c [diff] |
WifiConfig: Hide RecentFailures and expose int failure code RecentFailures is just a wrapper around an int, no need to expose it. Instead, just expose a getter for the int itself, and the constants for the possible values of the int. Bug: 146046526 Test: make RunSettingsLibRoboTests -j40 Test: atest FrameworksWifiApiTests Change-Id: I817ec208c5ac6658c9d6cf443837ff7ea82679e0