commit | a17110e2825b6a1cd35c15edd74c9586db988403 | [log] [tgz] |
---|---|---|
author | Charles Chen <liangyuchen@google.com> | Wed Dec 06 23:22:36 2023 +0000 |
committer | charleschen <liangyuchen@google.com> | Thu Dec 07 20:35:56 2023 +0000 |
tree | 03c38942728f379e90472a011b59f7431416799a | |
parent | 1fba603b59d0878b5eb8032aa7452216b0d57d1e [diff] |
Fix NPE when pfd is not present When a pfd is returned from VIS, we should check if pfd is null or not to avod NPE. If the pfd is null, we need to throw a IOException as the javadoc alludes. Bug: 315207356 Test: atest CtsVoiceInteractionTestCases Flag: N/A Change-Id: Ibaed9970c1ea841432361254468ac87c703a84f2