commit | 94a24370f732528bb162de847c381b4dfa029928 | [log] [tgz] |
---|---|---|
author | Junyu Lai <junyulai@google.com> | Thu Dec 30 06:23:36 2021 +0000 |
committer | Junyu Lai <junyulai@google.com> | Thu Dec 30 10:00:19 2021 +0000 |
tree | c4f0bd3b79c122483f1f1ea0d5969a510d4a1cce | |
parent | 5c7508e2acd1d07e95ea493ff4ed0bb0a37ce349 [diff] |
[MS28.1] Fix several hidden API dependencies This includes: 1. Replace Slog with Log 2. Use android.util.IndentingPrintWriter instead of the deprecated internal one. 3. Replace usages of ArrayUtils with CollectionUtils. 4. Reimplement DumpUtils#checkDumpPermission in PermissionUtils. 5. Replace MathUtils.constrain with NetworkStatsUtils.constrain Test: FrameworksNetTests Bug: 204830222 Change-Id: I2b064fc25497288d66018584e66da98c79bd208d