commit | bccff9800423d608e9aaee7faecf4cacc489983c | [log] [tgz] |
---|---|---|
author | Ivan Chiang <chiangi@google.com> | Tue Jan 17 09:05:01 2023 +0000 |
committer | Ivan Chiang <chiangi@google.com> | Thu Feb 09 03:28:05 2023 +0000 |
tree | cafe1d668d8ead498aa05f4ca6ac025d7f1a7bb2 | |
parent | 6ec1f4309ddf765cfc49ee9a6eabb223c2b9da9e [diff] |
[VoiceInteraction] Update nullability to showSession methods These parameters are Nullable originally. We updated it to @NonNull with some misunderstandings before. We should update it correctly to avoid that we don't handle the null case in the future. Test: m Bug: 265433409 Change-Id: I2c1d5ee0b199a56ad84ee8920b2df64903463f97