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/
DVoiceInteractionSessionConnection.java208 public void onSessionShown(VoiceInteractionSessionConnection connection); in onSessionShown() method
382 mCallback.onSessionShown(this); in showLocked()
DVoiceInteractionManagerServiceImpl.java1130 public void onSessionShown(VoiceInteractionSessionConnection connection) { in onSessionShown() method in VoiceInteractionManagerServiceImpl
1131 mServiceStub.onSessionShown(); in onSessionShown()
DVoiceInteractionManagerService.java2186 public void onSessionShown() { in onSessionShown() method in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub