index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
service
/
voice
/
VoiceInteractionService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
API to destroy active detectors
Nicholas Ambur
2022-02-10
1
-40
/
+30
*
Shutdown hotword detection service when software hotword detector is shutdown
lpeter
2021-08-06
1
-0
/
+6
*
HotwordDetectionService: Remove deprecated-at-birth APIs.
Ahaan Ugale
2021-05-21
1
-59
/
+0
*
Leverage new Audio history sharing for HotwordDetectionService.
Ahaan Ugale
2021-04-26
1
-0
/
+56
*
Introduce the concept of software and external hotword.
Sergey Volnov
2021-03-26
1
-14
/
+96
*
Use the PersistableBundle instead of the Bundle
lpeter
2021-03-23
1
-4
/
+5
*
Only allow preinstalled application to be able to call setHotwordDetectionSer...
lpeter
2021-03-17
1
-0
/
+1
*
Implement passing the model data to the trusted process
lpeter
2021-03-09
1
-57
/
+52
*
API: Suppress existing NullableCollections lints (S edition)
Adrian Roos
2021-02-01
1
-1
/
+2
*
Create basic behavior of HotwordDetectionService
lpeter
2021-01-26
1
-0
/
+59
*
Catch the SecurityException in the APIs of SoundTriggerSession to avoid crash...
lpeter
2021-01-08
1
-1
/
+2
*
Demote AlwaysOnHotwordDetector to SystemApi
Ytai Ben-Tsvi
2020-09-16
1
-4
/
+10
*
Crash service on SoundTriger HAL fatal error
Nicholas Ambur
2020-03-23
1
-9
/
+34
*
remove client token passing active VI service
Nicholas Ambur
2020-02-25
1
-3
/
+3
*
add KeyphraseModelManager
Nicholas Ambur
2020-01-22
1
-0
/
+21
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-07
1
-1
/
+1
*
make onGetSupportedVoiceActions return @NonNull and return empty set by default
jiayuzhou
2019-04-15
1
-5
/
+5
*
Encapsulate state & transcription in hints bundle
James O'Leary
2019-02-14
1
-26
/
+6
*
Only selected VoiceInteractionService can call methods
James O'Leary
2019-02-01
1
-3
/
+3
*
Remove enumerated voice states.
Matt Casey
2019-01-29
1
-31
/
+1
*
Voice state + transcription in VoiceInteractionSvc
Matt Casey
2019-01-23
1
-0
/
+67
*
Make Changes to VoiceInteraction API for supporting System checking
jiayuzhou
2018-09-19
1
-49
/
+73
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-10
1
-0
/
+2
*
The VIS should return an AOHD regardless of keyphrase availability.
Chris Thornton
2017-08-22
1
-6
/
+3
*
Add API for querying if a given keyphrase/locale is supported for AOHD.
Chris Thornton
2017-05-08
1
-3
/
+20
*
Implement issue #22403908: Enable assistant to refuse context sharing
Dianne Hackborn
2015-07-15
1
-2
/
+29
*
Fix issue #22124996: VI: Command Request not Active
Dianne Hackborn
2015-06-30
1
-9
/
+0
*
Update VoiceInteractionService from API review.
Dianne Hackborn
2015-06-01
1
-19
/
+4
*
Remove screenshot APIs.
Dianne Hackborn
2015-05-18
1
-0
/
+1
*
The voice assist may now be launched above the lockscreen
Selim Cinek
2015-05-05
1
-0
/
+21
*
Add flag to voice interactor for supporting assist gesture
Jorim Jaggi
2015-04-03
1
-2
/
+2
*
Add ability to start voice interaction session directly
Jorim Jaggi
2015-04-03
1
-0
/
+6
*
Add ability to get a screenshot for assist.
Dianne Hackborn
2015-03-17
1
-1
/
+7
*
Rework voice interaction session lifecycle.
Dianne Hackborn
2015-02-25
1
-5
/
+10
*
Update voice interaction layer for new UI design.
Dianne Hackborn
2015-02-13
1
-4
/
+15
*
Bring back voice interaction APIs.
Dianne Hackborn
2015-01-21
1
-4
/
+5
*
Hide the interaction part of VoiceInteractionService.
Dianne Hackborn
2014-09-02
1
-5
/
+4
*
Remove the old API for creating hotword detector
Sandeep Siddhartha
2014-08-25
1
-11
/
+0
*
Fix conversion of locale from BCP47 language tag
Sandeep Siddhartha
2014-08-23
1
-1
/
+1
*
Fix the Locale story in the hotword API
Sandeep Siddhartha
2014-08-22
1
-3
/
+14
*
Fix VoiceInteractionService.isActiveService().
Barnaby James
2014-08-11
1
-1
/
+1
*
Add debugging info to VIS via dump()
Sandeep Siddhartha
2014-08-11
1
-0
/
+16
*
Stop recognition when shutting down VIS
Sandeep Siddhartha
2014-08-01
1
-0
/
+1
*
Make hotword availability a callback
Sandeep Siddhartha
2014-07-22
1
-11
/
+0
*
AlwaysOnHotwordDetector needs to reflect enrollment changes
Sandeep Siddhartha
2014-07-22
1
-9
/
+87
*
Move sound trigger calls to VoiceInteractionManagerService
Sandeep Siddhartha
2014-07-20
1
-4
/
+1
*
Implement issue #16330060: Inform ActivityManager about WebView...
Dianne Hackborn
2014-07-16
1
-4
/
+67
*
Hook in startRecogniton call
Sandeep Siddhartha
2014-07-15
1
-3
/
+1
*
Always on hotword changes
Sandeep
2014-07-10
1
-39
/
+15
*
Add SoundTriggerManager to handle calls to SoundTrigger
Sandeep Siddhartha
2014-06-11
1
-6
/
+30
[next]