Home
last modified time | relevance | path

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

/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerServiceImpl.java395 public void onSessionShown(VoiceInteractionSessionConnection connection) { in onSessionShown() method in VoiceInteractionManagerServiceImpl
396 mServiceStub.onSessionShown(); in onSessionShown()
DVoiceInteractionSessionConnection.java136 public void onSessionShown(VoiceInteractionSessionConnection connection); in onSessionShown() method
319 mCallback.onSessionShown(this); in showLocked()
DVoiceInteractionManagerService.java1092 public void onSessionShown() { in onSessionShown() method in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub