commit | 2ca545c3878549e07c0fec890a5723565e3879f8 | [log] [tgz] |
---|---|---|
author | Fedor Kudasov <kudasov@google.com> | Thu Nov 11 14:01:44 2021 +0000 |
committer | Fedor Kudasov <kudasov@google.com> | Fri Nov 12 10:01:33 2021 +0000 |
tree | c59a7118caa93558dd5ab2b98341a44c3dac6e0e | |
parent | 6c7c91fe868fee0114e14f116225131e492d1aa5 [diff] |
Add @Nullable annotations for simple cases Add @Nullable annotations for the fields that are expected to be null at arbitrary lifecycle time and are their usage is protected by null checks. Bug: 205828770 Test: m LauncherGoResLib Change-Id: I9c31e1dc0d01cdd68dfff0a005ba1f40c257f8ea (cherry picked from commit 920dc2f28f81ce2aec07477dfb6f4efd8f91e4ad)