Define SoftApManager start/stop codes for metrics
SoftApManager currently uses a few SoftAP result codes from
ApConfigUtil and WifiManager, but these don't represent the full range
of SoftApStarted.StartResult codes for metrics logging. Add
SoftApManager.StartResult and SoftApManager.StopEvent to match the
metrics codes, and use these within SoftApManager instead of the
external codes.
This CL should have no functional changes.
Bug: 245824786
Test: atest SoftApManagerTest WifiNativeInterfaceManagementTest
WifiNativeTest
Change-Id: Ia573017372e5fa066859cdfed7653177d1bfc2df
6 files changed