summaryrefslogtreecommitdiffstats
path: root/tests/VoiceInteraction/res/xml
Commit message (Collapse)AuthorAgeFilesLines
* Rename supportsAssistGesture to supportsAssistJorim Jaggi2015-05-011-1/+1
| | | | | Bug: 20642759 Change-Id: Idddc786980244cc94570d04fd414540bbad60448
* Add "assist block" API.Dianne Hackborn2015-04-221-1/+2
| | | | | | To prevent assist structure traversal down the view hierarchy. Change-Id: I50ce5f8de6f2eca3cb862de8eacd6422c40a2f7c
* Make Test Voice Interactor support new requirements.Barnaby James2014-08-092-1/+24
| | | | | | Add settings activity and stub RecognizerService to voice interactor test. Change-Id: I3c3dda7d2c30eac5e0b889c0c7305dc8f4dfbcb9
* Rework some of the voice interaction APIs.Dianne Hackborn2014-04-281-0/+21
On the app side, requests are now composed by subclassing from various types of Request objects. On the service side, starting a voice interaction session involves starting another service that will then manage the session. This leads the service design much more to what we want, where the long-running main service is very tiny and all the heavy-weight transient session work is elsewhere in another process. Change-Id: I46c074c6fe27b6c1cf2583c6d216aed1de2f1143