Chromium change: https://source.chromium.org/chromium/chromium/src/+/b10db9ecd15f578c91321ed035858f692a5b5561 commit b10db9ecd15f578c91321ed035858f692a5b5561 Author: Patrick Noland <pnoland@google.com> Date: Tue Nov 15 19:07:20 2022 +0000 Clean up APICompatibilityUtils for N as min SDK This removes a variety of unneeded API level checks. Trivial cases (1-2 references, ~one line of code) are removed and inlined at the call site. Bug: 1376253