commit | c3f72bcf3d970a8b5c306195ed5510523f2ed63c | [log] [tgz] |
---|---|---|
author | Andrea Ambu <andreaambu@google.com> | Thu Apr 29 17:05:49 2021 +0100 |
committer | Andrea Ambu <andreaambu@google.com> | Wed May 05 10:24:51 2021 +0100 |
tree | 9c0f92bcb7cbd047a73d9e87ba6a073431911b10 | |
parent | b2de16f23fd39ad3fdb540e92a02f219597aa1f5 [diff] |
hotword: Fix inconsistent @NonNull and API comment - setMediaSyncEvent does not need to accept any @Nullable param. - getMediaSyncEvent return @Nullable. This CL manually define the getter to allow for the @Nullable/@NotNull and doc asymmetry. Bug: 186469575 Fix: 186469575 Test: CtsVoiceInteractionTestCases Change-Id: Icc0b6282e6ee13c8fcaa7dea763a39c430e66644