Searched refs:onSessionShown (Results 1 – 3 of 3) sorted by relevance
208 public void onSessionShown(VoiceInteractionSessionConnection connection); in onSessionShown() method382 mCallback.onSessionShown(this); in showLocked()
1130 public void onSessionShown(VoiceInteractionSessionConnection connection) { in onSessionShown() method in VoiceInteractionManagerServiceImpl1131 mServiceStub.onSessionShown(); in onSessionShown()
2186 public void onSessionShown() { in onSessionShown() method in VoiceInteractionManagerService.VoiceInteractionManagerServiceStub