Searched refs:onNewSession (Results 1 - 2 of 2) sorted by relevance

/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.java72 public abstract VoiceInteractionSession onNewSession(Bundle args); method in class:VoiceInteractionSessionService
84 mSession = onNewSession(args);

Completed in 75 milliseconds