Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/textservice/
H A DISpellCheckerServiceCallback.aidl34 void onSessionCreated(ISpellCheckerSession newSession); in onSessionCreated() method
/aosp14/frameworks/base/core/java/android/content/pm/
H A DIPackageInstallerCallback.aidl22 void onSessionCreated(int sessionId); in onSessionCreated() method
H A DPackageInstaller.java1184 public void onSessionCreated(int sessionId) { in onSessionCreated() method in PackageInstaller.SessionCallbackDelegate
/aosp14/frameworks/base/services/translation/java/com/android/server/translation/
H A DRemoteTranslationService.java88 public void onSessionCreated(@NonNull TranslationContext translationContext, int sessionId, in onSessionCreated() method in RemoteTranslationService
H A DTranslationManagerService.java197 public void onSessionCreated(TranslationContext translationContext, in onSessionCreated() method in TranslationManagerService.TranslationManagerServiceStub
/aosp14/frameworks/base/core/java/android/view/translation/
H A DITranslationManager.aidl41 void onSessionCreated(in TranslationContext translationContext, in onSessionCreated() method
/aosp14/frameworks/base/media/java/android/media/tv/
H A DITvInputSessionCallback.aidl35 void onSessionCreated(ITvInputSession session, in IBinder hardwareSessionToken); in onSessionCreated() method
H A DITvInputClient.aidl37 void onSessionCreated(in String inputId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
H A DTvRecordingClient.java485 public void onSessionCreated(TvInputManager.Session session) { in onSessionCreated() method in TvRecordingClient.MySessionCallback
H A DTvView.java1308 public void onSessionCreated(Session session) { in onSessionCreated() method in TvView.MySessionCallback
H A DTvInputManager.java633 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInputManager.SessionCallback
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSessionCallback.aidl34 void onSessionCreated(in ITvInteractiveAppSession session); in onSessionCreated() method
H A DITvInteractiveAppClient.aidl34 void onSessionCreated(in String iAppServiceId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
H A DTvInteractiveAppView.java1403 public void onSessionCreated(Session session) { in onSessionCreated() method in TvInteractiveAppView.MySessionCallback
H A DTvInteractiveAppManager.java2275 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInteractiveAppManager.SessionCallback
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRoute2Provider.java140 void onSessionCreated(@NonNull MediaRoute2Provider provider, in onSessionCreated() method
H A DMediaRoute2ProviderServiceProxy.java346 private void onSessionCreated(Connection connection, long requestId, in onSessionCreated() method in MediaRoute2ProviderServiceProxy
H A DMediaRouter2ServiceImpl.java1880 public void onSessionCreated(@NonNull MediaRoute2Provider provider, in onSessionCreated() method in MediaRouter2ServiceImpl.UserHandler
/aosp14/frameworks/base/services/core/java/com/android/server/textservices/
H A DTextServicesManagerService.java967 void onSessionCreated(@Nullable final ISpellCheckerSession newSession, in onSessionCreated() method in TextServicesManagerService.SpellCheckerBindGroup
1078 public void onSessionCreated(@Nullable ISpellCheckerSession newSession) { in onSessionCreated() method in TextServicesManagerService.ISpellCheckerServiceCallbackBinder
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java2572 public void onSessionCreated(ITvInteractiveAppSession session) { in onSessionCreated() method in TvInteractiveAppManagerService.SessionCallback
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java3387 public void onSessionCreated(ITvInputSession session, IBinder hardwareSessionToken) { in onSessionCreated() method in TvInputManagerService.SessionCallback
/aosp14/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java2823 void onSessionCreated(IInputMethodInvoker method, IInputMethodSession session, in onSessionCreated() method in InputMethodManagerService