summaryrefslogtreecommitdiff
path: root/core/java/android/speech/RecognitionService.java
AgeCommit message (Expand)Author
2021-09-15Do not fail Recognition on MODE_IGNORED for preflightNate Myren
2021-07-12Only check downstream permissions in preflight in RecognitionServiceNate Myren
2021-07-02Avoid creating Recognition Callback if preflight failsNate Myren
2021-07-02Merge "Cancel RecognitionService if permission check fails" into sc-devNate Myren
2021-07-01Cancel RecognitionService if permission check failsNate Myren
2021-07-01Try to finish data delivery in onDestroy for RecognitionServiceNate Myren
2021-06-15Properly check for SDK before nullifying attribution tagNate Myren
2021-06-12Don don't blame if attr ctx createdSvet Ganov
2021-06-01Switch media fw permissions checks to AttributionSourceSvet Ganov
2021-04-23Change attribution integration points for SpeechRecognizer.Sergey Volnov
2021-04-09Introduce additional error codes for better language handling.Sergey Volnov
2021-03-29Runtime permission attribution improvementsSvet Ganov
2021-02-17Redirect all speech recognition traffic through system server.Sergey Volnov
2021-01-27Add System speech recognition service.Eugenio Marchiori
2020-09-09Allow "self" to also use RecognitionServicePhilip P. Moltmann
2019-10-30Pipe through featureId from caller to noteOps in RecognitionServicePhilip P. Moltmann
2019-10-04Update PermissionChecker usages to avoid unnecessary attribution.Svet Ganov
2018-02-23Copy PermissionChecker from support lib and use in RcognitionServiceEugene Susla
2015-12-02Fix @code escapesNeil Fuller
2015-05-27Add getCallingUid() to RecognitionService.Callback.Cedric Ho
2014-10-02Fix race in RecognizerService teardown.Jeff Brown
2014-09-30Make sure cancel is called on tear down.Jerome Poichet
2011-03-02Fixing a race condition in RecognitionServiceValentin Kravtsov
2010-05-04Fixing: RecognitionService logcat spam "cancel called..."Valentin Kravtsov
2010-04-22bugfix for: OOM error while doing voice search repeatedlyValentin Kravtsov
2010-03-30Fix bug 2553592 API REVIEW: android.speechJean-Michel Trivi
2010-02-11Improve a comment in RecognitionService.Mike LeBeau
2010-02-11Add SERVICE_INTERFACE and SERVICE_META_DATA constants to RecognitionService,Mike LeBeau
2010-02-05Adding speech recognition service public APIValentin Kravtsov