e2b9459da9df114bac943ed61ac1205ce4b577b2
Those annotations could be inferred by some tools (like Kotlin), but the https://checkerframework.org/ doesn't check inherited annotations complaining about all equals() invocations that get nullable argument. The change was generated by running find . -name \*.java | xargs sed -i 's/public boolean equals(Object /public boolean equals(@Nullable Object /' in the frameworks/base directory and by automatically adding and formatting required imports if needed. No manual edits. Bug: 170883422 Test: Annotation change only. Should have not impact. Exempt-From-Owner-Approval: Mechanical change not specific to any component. Change-Id: I5eedb571c9d78862115dfdc5dae1cf2a35343580
Merge "Use system api for shell command handling" am:
3da3af2a10 am: 231acbca1b am: 8d5767de05 am: 669defa316
Merge "Add imports to networking test mapping" am:
a9d1392d0b am: a2558cbfc2 am: 1bb4204e60 am: eaaa95983c
Description
android_packages_modules_Connectivity
Languages
Java
81.4%
Kotlin
7.7%
AIDL
4.5%
C++
4.5%
C
1.7%
Other
0.1%