summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorSoonil Nagarkar <sooniln@google.com>2021-02-24 13:59:33 -0800
committerSoonil Nagarkar <sooniln@google.com>2021-02-24 15:42:23 -0800
commite4bd95241a5cd3c83384866657400396193987e3 (patch)
tree15a359181ee513ac0859b0b96bc6dc2744b02d5d /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parent0bf57f53025b9c3f71127b5e8f22d3d4b9d273cf (diff)
Update some Nullable annotations on PendingIntent
It's possible to statically verify that mTarget can never be null, and that in every instance where an @NonNull annotation has been added here it was previously impossible for null to be returned at that location. The only exception is for getCreatorPackage(), where it is more difficult to verify that it is impossible for this to be null. Logically, it doesn't make any sense for a PI to not have a creator package, and I have gone through every call flow for setting the creator package I could fine to verify it can never be set to null. Bug: 175221460 Test: manual sanity checks Change-Id: Ia9e2c3c4ff8c9082190cd50129cedcbcfd219574
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions