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.aidl22 void onSessionCreated(int sessionId); in onSessionCreated() method
DPackageInstaller.java725 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.java307 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.java376 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInputManager.SessionCallback
/frameworks/base/services/core/java/com/android/server/textservices/
DTextServicesManagerService.java974 void onSessionCreated(@Nullable final ISpellCheckerSession newSession, in onSessionCreated() method in TextServicesManagerService.SpellCheckerBindGroup
1085 public void onSessionCreated(@Nullable ISpellCheckerSession newSession) { in onSessionCreated() method in TextServicesManagerService.ISpellCheckerServiceCallbackBinder
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java2433 public void onSessionCreated(ITvInputSession session, IBinder hardwareSessionToken) { in onSessionCreated() method in TvInputManagerService.SessionCallback
/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java2250 void onSessionCreated(IInputMethod method, IInputMethodSession session, in onSessionCreated() method in InputMethodManagerService