Home
last modified time | relevance | path

Searched defs:onSessionCreated (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/com/android/internal/textservice/
DISpellCheckerServiceCallback.aidl34 void onSessionCreated(ISpellCheckerSession newSession); in onSessionCreated() method
/frameworks/base/core/java/android/content/pm/
DIPackageInstallerCallback.aidl21 void onSessionCreated(int sessionId); in onSessionCreated() method
DPackageInstaller.java654 public void onSessionCreated(int sessionId) { in onSessionCreated() method in PackageInstaller.SessionCallbackDelegate
/frameworks/base/media/java/android/media/tv/
DITvInputSessionCallback.aidl30 void onSessionCreated(ITvInputSession session, in IBinder hardwareSessionToken); in onSessionCreated() method
DITvInputClient.aidl32 void onSessionCreated(in String inputId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
DTvRecordingClient.java305 public void onSessionCreated(TvInputManager.Session session) { in onSessionCreated() method in TvRecordingClient.MySessionCallback
DTvView.java1070 public void onSessionCreated(Session session) { in onSessionCreated() method in TvView.MySessionCallback
DTvInputManager.java363 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInputManager.SessionCallback
/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java957 void onSessionCreated(@Nullable final ISpellCheckerSession newSession, in onSessionCreated() method in TextServicesManagerService.SpellCheckerBindGroup
1054 public void onSessionCreated(@Nullable ISpellCheckerSession newSession) { in onSessionCreated() method in TextServicesManagerService.ISpellCheckerServiceCallbackBinder
DInputMethodManagerService.java2050 void onSessionCreated(IInputMethod method, IInputMethodSession session, in onSessionCreated() method in InputMethodManagerService
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java2413 public void onSessionCreated(ITvInputSession session, IBinder hardwareSessionToken) { in onSessionCreated() method in TvInputManagerService.SessionCallback