index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
speech
/
RecognitionService.java
Age
Commit message (
Expand
)
Author
2021-09-15
Do not fail Recognition on MODE_IGNORED for preflight
Nate Myren
2021-07-12
Only check downstream permissions in preflight in RecognitionService
Nate Myren
2021-07-02
Avoid creating Recognition Callback if preflight fails
Nate Myren
2021-07-02
Merge "Cancel RecognitionService if permission check fails" into sc-dev
Nate Myren
2021-07-01
Cancel RecognitionService if permission check fails
Nate Myren
2021-07-01
Try to finish data delivery in onDestroy for RecognitionService
Nate Myren
2021-06-15
Properly check for SDK before nullifying attribution tag
Nate Myren
2021-06-12
Don don't blame if attr ctx created
Svet Ganov
2021-06-01
Switch media fw permissions checks to AttributionSource
Svet Ganov
2021-04-23
Change attribution integration points for SpeechRecognizer.
Sergey Volnov
2021-04-09
Introduce additional error codes for better language handling.
Sergey Volnov
2021-03-29
Runtime permission attribution improvements
Svet Ganov
2021-02-17
Redirect all speech recognition traffic through system server.
Sergey Volnov
2021-01-27
Add System speech recognition service.
Eugenio Marchiori
2020-09-09
Allow "self" to also use RecognitionService
Philip P. Moltmann
2019-10-30
Pipe through featureId from caller to noteOps in RecognitionService
Philip P. Moltmann
2019-10-04
Update PermissionChecker usages to avoid unnecessary attribution.
Svet Ganov
2018-02-23
Copy PermissionChecker from support lib and use in RcognitionService
Eugene Susla
2015-12-02
Fix @code escapes
Neil Fuller
2015-05-27
Add getCallingUid() to RecognitionService.Callback.
Cedric Ho
2014-10-02
Fix race in RecognizerService teardown.
Jeff Brown
2014-09-30
Make sure cancel is called on tear down.
Jerome Poichet
2011-03-02
Fixing a race condition in RecognitionService
Valentin Kravtsov
2010-05-04
Fixing: RecognitionService logcat spam "cancel called..."
Valentin Kravtsov
2010-04-22
bugfix for: OOM error while doing voice search repeatedly
Valentin Kravtsov
2010-03-30
Fix bug 2553592 API REVIEW: android.speech
Jean-Michel Trivi
2010-02-11
Improve a comment in RecognitionService.
Mike LeBeau
2010-02-11
Add SERVICE_INTERFACE and SERVICE_META_DATA constants to RecognitionService,
Mike LeBeau
2010-02-05
Adding speech recognition service public API
Valentin Kravtsov