/frameworks/base/core/java/com/android/internal/textservice/ |
D | ISpellCheckerServiceCallback.aidl | 34 void onSessionCreated(ISpellCheckerSession newSession); in onSessionCreated() method
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageInstallerCallback.aidl | 22 void onSessionCreated(int sessionId); in onSessionCreated() method
|
D | PackageInstaller.java | 725 public void onSessionCreated(int sessionId) { in onSessionCreated() method in PackageInstaller.SessionCallbackDelegate
|
/frameworks/base/media/java/android/media/tv/ |
D | ITvInputSessionCallback.aidl | 30 void onSessionCreated(ITvInputSession session, in IBinder hardwareSessionToken); in onSessionCreated() method
|
D | ITvInputClient.aidl | 32 void onSessionCreated(in String inputId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
|
D | TvRecordingClient.java | 307 public void onSessionCreated(TvInputManager.Session session) { in onSessionCreated() method in TvRecordingClient.MySessionCallback
|
D | TvView.java | 1070 public void onSessionCreated(Session session) { in onSessionCreated() method in TvView.MySessionCallback
|
D | TvInputManager.java | 376 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInputManager.SessionCallback
|
/frameworks/base/services/core/java/com/android/server/textservices/ |
D | TextServicesManagerService.java | 974 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/ |
D | TvInputManagerService.java | 2433 public void onSessionCreated(ITvInputSession session, IBinder hardwareSessionToken) { in onSessionCreated() method in TvInputManagerService.SessionCallback
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 2250 void onSessionCreated(IInputMethod method, IInputMethodSession session, in onSessionCreated() method in InputMethodManagerService
|