diff options
Diffstat (limited to 'tests/VoiceInteraction')
| -rw-r--r-- | tests/VoiceInteraction/src/com/android/test/voiceinteraction/MainInteractionService.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/VoiceInteraction/src/com/android/test/voiceinteraction/MainInteractionService.java b/tests/VoiceInteraction/src/com/android/test/voiceinteraction/MainInteractionService.java index edb28ea..e74307f 100644 --- a/tests/VoiceInteraction/src/com/android/test/voiceinteraction/MainInteractionService.java +++ b/tests/VoiceInteraction/src/com/android/test/voiceinteraction/MainInteractionService.java @@ -35,11 +35,6 @@ public class MainInteractionService extends VoiceInteractionService { } @Override - public void onDetectionStarted() { - Log.i(TAG, "onDetectionStarted"); - } - - @Override public void onDetectionStopped() { Log.i(TAG, "onDetectionStopped"); } |
