OSDN Git Service

Make Test Voice Interactor support new requirements.
authorBarnaby James <bjames@google.com>
Sat, 9 Aug 2014 21:10:14 +0000 (14:10 -0700)
committerBarnaby James <bjames@google.com>
Sun, 10 Aug 2014 04:24:52 +0000 (21:24 -0700)
commit0134fd8139611964cb8f58198c7b7a923d62161d
tree82f051fcf12b4f30543c6f315c1746561808387b
parent6adf47eacce53a5808fc06d80908a3095dc3e711
Make Test Voice Interactor support new requirements.

Add settings activity and stub RecognizerService to voice interactor test.

Change-Id: I3c3dda7d2c30eac5e0b889c0c7305dc8f4dfbcb9
tests/VoiceInteraction/AndroidManifest.xml
tests/VoiceInteraction/res/layout/settings.xml [new file with mode: 0644]
tests/VoiceInteraction/res/xml/interaction_service.xml
tests/VoiceInteraction/res/xml/recognition_service.xml [new file with mode: 0644]
tests/VoiceInteraction/src/com/android/test/voiceinteraction/MainRecognitionService.java [new file with mode: 0644]
tests/VoiceInteraction/src/com/android/test/voiceinteraction/SettingsActivity.java [new file with mode: 0644]