summaryrefslogtreecommitdiff
path: root/core/java/android/service/voice/VoiceInteractionService.java
Commit message (Expand)AuthorAgeFilesLines
* API to destroy active detectorsNicholas Ambur2022-02-101-40/+30
* Shutdown hotword detection service when software hotword detector is shutdownlpeter2021-08-061-0/+6
* HotwordDetectionService: Remove deprecated-at-birth APIs.Ahaan Ugale2021-05-211-59/+0
* Leverage new Audio history sharing for HotwordDetectionService.Ahaan Ugale2021-04-261-0/+56
* Introduce the concept of software and external hotword.Sergey Volnov2021-03-261-14/+96
* Use the PersistableBundle instead of the Bundlelpeter2021-03-231-4/+5
* Only allow preinstalled application to be able to call setHotwordDetectionSer...lpeter2021-03-171-0/+1
* Implement passing the model data to the trusted processlpeter2021-03-091-57/+52
* API: Suppress existing NullableCollections lints (S edition)Adrian Roos2021-02-011-1/+2
* Create basic behavior of HotwordDetectionServicelpeter2021-01-261-0/+59
* Catch the SecurityException in the APIs of SoundTriggerSession to avoid crash...lpeter2021-01-081-1/+2
* Demote AlwaysOnHotwordDetector to SystemApiYtai Ben-Tsvi2020-09-161-4/+10
* Crash service on SoundTriger HAL fatal errorNicholas Ambur2020-03-231-9/+34
* remove client token passing active VI serviceNicholas Ambur2020-02-251-3/+3
* add KeyphraseModelManagerNicholas Ambur2020-01-221-0/+21
* Use new UnsupportedAppUsage annotation.Artur Satayev2020-01-071-1/+1
* make onGetSupportedVoiceActions return @NonNull and return empty set by defaultjiayuzhou2019-04-151-5/+5
* Encapsulate state & transcription in hints bundleJames O'Leary2019-02-141-26/+6
* Only selected VoiceInteractionService can call methodsJames O'Leary2019-02-011-3/+3
* Remove enumerated voice states.Matt Casey2019-01-291-31/+1
* Voice state + transcription in VoiceInteractionSvcMatt Casey2019-01-231-0/+67
* Make Changes to VoiceInteraction API for supporting System checkingjiayuzhou2018-09-191-49/+73
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-101-0/+2
* The VIS should return an AOHD regardless of keyphrase availability.Chris Thornton2017-08-221-6/+3
* Add API for querying if a given keyphrase/locale is supported for AOHD.Chris Thornton2017-05-081-3/+20
* Implement issue #22403908: Enable assistant to refuse context sharingDianne Hackborn2015-07-151-2/+29
* Fix issue #22124996: VI: Command Request not ActiveDianne Hackborn2015-06-301-9/+0
* Update VoiceInteractionService from API review.Dianne Hackborn2015-06-011-19/+4
* Remove screenshot APIs.Dianne Hackborn2015-05-181-0/+1
* The voice assist may now be launched above the lockscreenSelim Cinek2015-05-051-0/+21
* Add flag to voice interactor for supporting assist gestureJorim Jaggi2015-04-031-2/+2
* Add ability to start voice interaction session directlyJorim Jaggi2015-04-031-0/+6
* Add ability to get a screenshot for assist.Dianne Hackborn2015-03-171-1/+7
* Rework voice interaction session lifecycle.Dianne Hackborn2015-02-251-5/+10
* Update voice interaction layer for new UI design.Dianne Hackborn2015-02-131-4/+15
* Bring back voice interaction APIs.Dianne Hackborn2015-01-211-4/+5
* Hide the interaction part of VoiceInteractionService.Dianne Hackborn2014-09-021-5/+4
* Remove the old API for creating hotword detectorSandeep Siddhartha2014-08-251-11/+0
* Fix conversion of locale from BCP47 language tagSandeep Siddhartha2014-08-231-1/+1
* Fix the Locale story in the hotword APISandeep Siddhartha2014-08-221-3/+14
* Fix VoiceInteractionService.isActiveService().Barnaby James2014-08-111-1/+1
* Add debugging info to VIS via dump()Sandeep Siddhartha2014-08-111-0/+16
* Stop recognition when shutting down VISSandeep Siddhartha2014-08-011-0/+1
* Make hotword availability a callbackSandeep Siddhartha2014-07-221-11/+0
* AlwaysOnHotwordDetector needs to reflect enrollment changesSandeep Siddhartha2014-07-221-9/+87
* Move sound trigger calls to VoiceInteractionManagerServiceSandeep Siddhartha2014-07-201-4/+1
* Implement issue #16330060: Inform ActivityManager about WebView...Dianne Hackborn2014-07-161-4/+67
* Hook in startRecogniton callSandeep Siddhartha2014-07-151-3/+1
* Always on hotword changesSandeep2014-07-101-39/+15
* Add SoundTriggerManager to handle calls to SoundTriggerSandeep Siddhartha2014-06-111-6/+30