commit | e17445f39212539d7554b9e78d26df931fd494fa | [log] [tgz] |
---|---|---|
author | Weilin Xu <xuweilin@google.com> | Tue Apr 02 15:46:32 2024 -0700 |
committer | Weilin Xu <xuweilin@google.com> | Wed Apr 03 10:45:17 2024 -0700 |
tree | 51ef83a65b28b63c8e7ce4d7f89a7deec07e7e43 | |
parent | b8f7f8d32c447d24dcc7c85f44257b8abcc3318f [diff] |
Improve code style for HIDL bcradio service Improved code style for HIDL broadcast radio service by: - marking classes as final if possible; - fixing error prones; - replacing Slog with Slogf - replcacing HashMap and HashSet with ArrayMap and ArraySet; - adding missing parameter names. Bug: 258826042 Test: atest BroadcastRadioTests Change-Id: I37fc29f734e2f5a162c927a44661640b3db525b5