summaryrefslogtreecommitdiff
path: root/core/java/android/speech/RecognitionService.java
Commit message (Expand)AuthorAgeFilesLines
* Skip preflight RECORD_AUDIO in RecognitionService if FD providedNate Myren2022-05-101-2/+3
* speech: Prefix trigger event with "on"Andrea Ambu2022-02-161-2/+2
* Revert^2 "speech: Allow long speech sessions"Andrea Ambu2022-02-081-0/+21
* Revert "speech: Allow long speech sessions"Shubham Dubey2022-02-071-20/+0
* speech: Allow long speech sessionsAndrea Ambu2022-02-041-0/+20
* speech: Add api to check request is supportedAndrea Ambu2022-01-181-1/+111
* Do not fail Recognition on MODE_IGNORED for preflightNate Myren2021-09-101-5/+6
* Only check downstream permissions in preflight in RecognitionServiceNate Myren2021-07-121-13/+2
* Avoid creating Recognition Callback if preflight failsNate Myren2021-07-021-12/+27
* Merge "Cancel RecognitionService if permission check fails" into sc-devNate Myren2021-07-021-2/+14
|\
| * Cancel RecognitionService if permission check failsNate Myren2021-07-011-2/+14
* | Try to finish data delivery in onDestroy for RecognitionServiceNate Myren2021-07-011-0/+1
|/
* Properly check for SDK before nullifying attribution tagNate Myren2021-06-151-0/+1
* Don don't blame if attr ctx createdSvet Ganov2021-06-121-10/+26
* Switch media fw permissions checks to AttributionSourceSvet Ganov2021-06-011-55/+70
* Change attribution integration points for SpeechRecognizer.Sergey Volnov2021-04-231-88/+59
* Introduce additional error codes for better language handling.Sergey Volnov2021-04-091-2/+2
* Runtime permission attribution improvementsSvet Ganov2021-03-291-34/+97
* Redirect all speech recognition traffic through system server.Sergey Volnov2021-02-171-15/+3
* Add System speech recognition service.Eugenio Marchiori2021-01-271-1/+12
* Allow "self" to also use RecognitionServicePhilip P. Moltmann2020-09-091-3/+2
* Pipe through featureId from caller to noteOps in RecognitionServicePhilip P. Moltmann2019-10-301-9/+29
* Update PermissionChecker usages to avoid unnecessary attribution.Svet Ganov2019-10-041-7/+17
* Copy PermissionChecker from support lib and use in RcognitionServiceEugene Susla2018-02-231-3/+3
* Fix @code escapesNeil Fuller2015-12-021-1/+1
* Add getCallingUid() to RecognitionService.Callback.Cedric Ho2015-05-271-6/+20
* Fix race in RecognizerService teardown.Jeff Brown2014-10-021-11/+19
* Make sure cancel is called on tear down.Jerome Poichet2014-09-301-1/+12
* Fixing a race condition in RecognitionServiceValentin Kravtsov2011-03-021-2/+12
* Fixing: RecognitionService logcat spam "cancel called..."Valentin Kravtsov2010-05-041-1/+1
* bugfix for: OOM error while doing voice search repeatedlyValentin Kravtsov2010-04-221-25/+49
* Fix bug 2553592 API REVIEW: android.speechJean-Michel Trivi2010-03-301-8/+8
* Improve a comment in RecognitionService.Mike LeBeau2010-02-111-2/+2
* Add SERVICE_INTERFACE and SERVICE_META_DATA constants to RecognitionService,Mike LeBeau2010-02-111-0/+14
* Adding speech recognition service public APIValentin Kravtsov2010-02-051-0/+295