summaryrefslogtreecommitdiff
path: root/core/java/android/service/voice/VoiceInteractionService.java
AgeCommit message (Expand)Author
2021-08-06Shutdown hotword detection service when software hotword detector is shutdownlpeter
2021-05-21HotwordDetectionService: Remove deprecated-at-birth APIs.Ahaan Ugale
2021-04-26Leverage new Audio history sharing for HotwordDetectionService.Ahaan Ugale
2021-03-26Introduce the concept of software and external hotword.Sergey Volnov
2021-03-23Use the PersistableBundle instead of the Bundlelpeter
2021-03-17Only allow preinstalled application to be able to call setHotwordDetectionSer...lpeter
2021-03-09Implement passing the model data to the trusted processlpeter
2021-02-01API: Suppress existing NullableCollections lints (S edition)Adrian Roos
2021-01-26Create basic behavior of HotwordDetectionServicelpeter
2021-01-08Catch the SecurityException in the APIs of SoundTriggerSession to avoid crash...lpeter
2020-09-16Demote AlwaysOnHotwordDetector to SystemApiYtai Ben-Tsvi
2020-03-23Crash service on SoundTriger HAL fatal errorNicholas Ambur
2020-02-25remove client token passing active VI serviceNicholas Ambur
2020-01-22add KeyphraseModelManagerNicholas Ambur
2020-01-07Use new UnsupportedAppUsage annotation.Artur Satayev
2019-04-15make onGetSupportedVoiceActions return @NonNull and return empty set by defaultjiayuzhou
2019-02-14Encapsulate state & transcription in hints bundleJames O'Leary
2019-02-01Only selected VoiceInteractionService can call methodsJames O'Leary
2019-01-29Remove enumerated voice states.Matt Casey
2019-01-23Voice state + transcription in VoiceInteractionSvcMatt Casey
2018-09-19Make Changes to VoiceInteraction API for supporting System checkingjiayuzhou
2018-08-10Add @UnsupportedAppUsage annotationsMathew Inwood
2017-08-22The VIS should return an AOHD regardless of keyphrase availability.Chris Thornton
2017-05-08Add API for querying if a given keyphrase/locale is supported for AOHD.Chris Thornton
2015-07-15Implement issue #22403908: Enable assistant to refuse context sharingDianne Hackborn
2015-06-30Fix issue #22124996: VI: Command Request not ActiveDianne Hackborn
2015-06-01Update VoiceInteractionService from API review.Dianne Hackborn
2015-05-18Remove screenshot APIs.Dianne Hackborn
2015-05-05The voice assist may now be launched above the lockscreenSelim Cinek
2015-04-03Add flag to voice interactor for supporting assist gestureJorim Jaggi
2015-04-03Add ability to start voice interaction session directlyJorim Jaggi
2015-03-17Add ability to get a screenshot for assist.Dianne Hackborn
2015-02-25Rework voice interaction session lifecycle.Dianne Hackborn
2015-02-13Update voice interaction layer for new UI design.Dianne Hackborn
2015-01-21Bring back voice interaction APIs.Dianne Hackborn
2014-09-02Hide the interaction part of VoiceInteractionService.Dianne Hackborn
2014-08-25Remove the old API for creating hotword detectorSandeep Siddhartha
2014-08-23Fix conversion of locale from BCP47 language tagSandeep Siddhartha
2014-08-22Fix the Locale story in the hotword APISandeep Siddhartha
2014-08-11Fix VoiceInteractionService.isActiveService().Barnaby James
2014-08-11Add debugging info to VIS via dump()Sandeep Siddhartha
2014-08-01Stop recognition when shutting down VISSandeep Siddhartha
2014-07-22Make hotword availability a callbackSandeep Siddhartha
2014-07-22AlwaysOnHotwordDetector needs to reflect enrollment changesSandeep Siddhartha
2014-07-20Move sound trigger calls to VoiceInteractionManagerServiceSandeep Siddhartha
2014-07-16Implement issue #16330060: Inform ActivityManager about WebView...Dianne Hackborn
2014-07-15Hook in startRecogniton callSandeep Siddhartha
2014-07-10Always on hotword changesSandeep
2014-06-11Add SoundTriggerManager to handle calls to SoundTriggerSandeep Siddhartha
2014-06-11Activity for enrollmentSandeep Siddhartha