Home
last modified time | relevance | path

Searched refs:MainInteractionService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
DAssistProxyActivity.java29 Intent intent = new Intent(this, MainInteractionService.class); in onCreate()
DMainInteractionService.java32 public class MainInteractionService extends VoiceInteractionService { class
DTestInteractionActivity.java62 new ComponentName(this, MainInteractionService.class))) { in onCreate()