Searched defs:onNewSession (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/Assist/src/com/android/test/assist/
H A DAssistInteractionSessionService.java25 public VoiceInteractionSession onNewSession(Bundle args) { method in class:AssistInteractionSessionService
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSessionService.java25 public VoiceInteractionSession onNewSession(Bundle args) { method in class:MainInteractionSessionService
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSessionService.java76 public abstract VoiceInteractionSession onNewSession(Bundle args); method in class:VoiceInteractionSessionService
122 mSession = onNewSession(args);

Completed in 277 milliseconds