summaryrefslogtreecommitdiffstats
path: root/core/java/android/service/voice
Commit message (Expand)AuthorAgeFilesLines
* Remove old methods : AlwaysOnHotwordDetectorDharmesh Mokani2014-09-081-39/+0
* Address API review comment:AlwaysOnHotwordDetectorDharmesh Mokani2014-09-041-1/+40
* Hide the interaction part of VoiceInteractionService.Dianne Hackborn2014-09-022-14/+72
* Address API review commentsSandeep Siddhartha2014-08-271-29/+82
* 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-222-8/+24
* Turn off voice interaction service restrction for nowDianne Hackborn2014-08-121-1/+2
* Add 560dpi, and some other stuff.Dianne Hackborn2014-08-121-0/+4
* Fix VoiceInteractionService.isActiveService().Barnaby James2014-08-111-1/+1
* Merge "Remove direct field access from event payload" into lmp-devSandeep Siddhartha2014-08-111-32/+61
|\
| * Remove direct field access from event payloadSandeep Siddhartha2014-08-111-32/+61
* | Add debugging info to VIS via dump()Sandeep Siddhartha2014-08-112-4/+33
|/
* Fix issues 16739817 and 16709247 in voice interaction service.Dianne Hackborn2014-08-091-1/+8
* Add the capture session (and its availability) in the EventPayloadSandeep Siddhartha2014-08-081-5/+28
* Fix to call VoiceInteractionSession.onDestroy().Dianne Hackborn2014-08-071-0/+1
* Handle microphone contention/Phone calls while recognition is activeSandeep Siddhartha2014-08-071-0/+32
* Read audio format from the recognition eventSandeep Siddhartha2014-08-071-23/+21
* Use @IntDef for manage actionsSandeep Siddhartha2014-08-051-1/+10
* SoundTrigger API update.Eric Laurent2014-08-041-1/+1
* Stop recognition when shutting down VISSandeep Siddhartha2014-08-011-0/+1
* Add a flag for multiple triggers with same recognition sessionSandeep Siddhartha2014-08-011-136/+100
* Cleanup some documentation with @see references to constantsSandeep Siddhartha2014-08-011-9/+15
* Tighten the checks around a detector being invalidatedSandeep Siddhartha2014-07-311-6/+60
* Make startRecognition asyncSandeep Siddhartha2014-07-301-67/+163
* Read the keyphrase ID from the recognition eventSandeep Siddhartha2014-07-291-8/+3
* Use blob (shared memory) for large data in sound model/recognition event/configSandeep Siddhartha2014-07-281-2/+3
* Fix various bugs with model managementSandeep Siddhartha2014-07-251-30/+12
* Make hotword availability a callbackSandeep Siddhartha2014-07-222-118/+162
* AlwaysOnHotwordDetector needs to reflect enrollment changesSandeep Siddhartha2014-07-223-46/+174
* Fix synchronization issues in AlwaysOnHotwordDetectorSandeep Siddhartha2014-07-201-63/+66
* Move sound trigger calls to VoiceInteractionManagerServiceSandeep Siddhartha2014-07-202-40/+50
* Implement issue #16330060: Inform ActivityManager about WebView...Dianne Hackborn2014-07-163-4/+75
* Add recognition modes to the enrollment metadataSandeep Siddhartha2014-07-161-26/+74
* Hook in startRecogniton callSandeep Siddhartha2014-07-152-18/+84
* Add VoiceInteraction request type for successful actions.Barnaby James2014-07-111-4/+53
* Always on hotword changesSandeep2014-07-106-441/+285
* Add SoundTriggerManager to handle calls to SoundTriggerSandeep Siddhartha2014-06-113-9/+106
* Activity for enrollmentSandeep Siddhartha2014-06-113-8/+33
* Add capability APIs to VoiceInteractionServiceSandeep Siddhartha2014-06-114-3/+153
* Initial support for reading the enrollment metadataSandeep Siddhartha2014-06-113-0/+187
* Clean up voice API.Dianne Hackborn2014-05-301-22/+220
* More work on voice interaction visuals.Dianne Hackborn2014-05-301-1/+0
* Add system layer for voice interaction services.Dianne Hackborn2014-05-281-5/+14
* Revert "Hide voice interaction APIs."Dianne Hackborn2014-05-211-5/+0
* Hide voice interaction APIs.Dianne Hackborn2014-05-161-0/+5
* Further work on voice interaction services.Dianne Hackborn2014-05-054-19/+381
* Rework some of the voice interaction APIs.Dianne Hackborn2014-04-285-6/+241
* Initial implementation of new voice interaction API.Dianne Hackborn2014-04-244-0/+323