commit | dfac66be91554fc3b32cf72d1f6283b1432a8687 | [log] [tgz] |
---|---|---|
author | Aleksandar Kiridzic <kiridza@google.com> | Thu May 18 16:44:24 2023 +0100 |
committer | Aleksandar Kiridzic <kiridza@google.com> | Tue May 23 12:48:17 2023 +0100 |
tree | 37033414e44887b6116e9baa1e2b740a32ebe26d | |
parent | 862d7365c95311442f702749998763303d21d7ef [diff] |
speech: Null-check service connection before usage In SpeechRecognizer handleStartListening, handleStopMessage and handleCancelMessage, there is a null-check before calling the service’s methods. The same check is now added to handleCheckRecognitionSupport and handleTriggerModelDownload. Bug: 282013412 Test: atest CtsVoiceRecognitionTestCases Change-Id: I506282779e02747f8904cf9cbbdbc3ce135ee2b7