commit | 7ba93c999c5547bbfe22b0961c1f05583339acaa | [log] [tgz] |
---|---|---|
author | Quang Luong <qal@google.com> | Fri Apr 29 20:13:16 2022 +0000 |
committer | Quang Luong <qal@google.com> | Fri Apr 29 20:25:27 2022 +0000 |
tree | bc37701fd23246e828f57bf715791a6c5c01822a | |
parent | 0a9092b630c7ff2008ba0bc69c3073978ef2ece7 [diff] |
Remove @VisibleForTesting annotation from Standard/PasspointWifiEntry Compiling WifiTrackerLib with Blaze for SetupWizard causes a build failure due to StandardWifiEntry/PasspointWifiEntry being marked with @VisibleForTesting even though they are used outside of tests or private references. Thus we need to remove this annotation from StandardWifiEntry and PasspointWifiEntry. Bug: 230821677 Test: build Change-Id: I9e8ee1338c094e0e658a8799b93d901d34c64e19