Home
last modified time | relevance | path

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

12

/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.java1410 public void onSessionCreated(int sessionId) { in onSessionCreated() method in PackageInstaller.SessionCallbackDelegate
/frameworks/base/media/java/android/media/tv/ad/
DITvAdSessionCallback.aidl28 void onSessionCreated(in ITvAdSession session); in onSessionCreated() method
DITvAdClient.aidl28 void onSessionCreated(in String serviceId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
DTvAdView.java679 public void onSessionCreated(TvAdManager.Session session) { in onSessionCreated() method in TvAdView.MySessionCallback
DTvAdManager.java1155 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvAdManager.SessionCallback
/frameworks/base/services/translation/java/com/android/server/translation/
DRemoteTranslationService.java88 public void onSessionCreated(@NonNull TranslationContext translationContext, int sessionId, in onSessionCreated() method in RemoteTranslationService
DTranslationManagerService.java197 public void onSessionCreated(TranslationContext translationContext, in onSessionCreated() method in TranslationManagerService.TranslationManagerServiceStub
/frameworks/base/core/java/android/view/translation/
DITranslationManager.aidl41 void onSessionCreated(in TranslationContext translationContext, in onSessionCreated() method
/frameworks/base/media/java/android/media/tv/
DITvInputSessionCallback.aidl35 void onSessionCreated(ITvInputSession session, in IBinder hardwareSessionToken); in onSessionCreated() method
DTvRecordingClient.java485 public void onSessionCreated(TvInputManager.Session session) { in onSessionCreated() method in TvRecordingClient.MySessionCallback
DITvInputClient.aidl37 void onSessionCreated(in String inputId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
DTvView.java1377 public void onSessionCreated(Session session) { in onSessionCreated() method in TvView.MySessionCallback
DTvInputManager.java872 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInputManager.SessionCallback
/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppSessionCallback.aidl34 void onSessionCreated(in ITvInteractiveAppSession session); in onSessionCreated() method
DITvInteractiveAppClient.aidl34 void onSessionCreated(in String iAppServiceId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
DTvInteractiveAppView.java1495 public void onSessionCreated(Session session) { in onSessionCreated() method in TvInteractiveAppView.MySessionCallback
DTvInteractiveAppManager.java2382 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInteractiveAppManager.SessionCallback
/frameworks/base/services/core/java/com/android/server/media/
DMediaRoute2Provider.java171 void onSessionCreated(@NonNull MediaRoute2Provider provider, in onSessionCreated() method
DMediaRoute2ProviderServiceProxy.java414 private void onSessionCreated(Connection connection, long requestId, in onSessionCreated() method in MediaRoute2ProviderServiceProxy
DMediaRouter2ServiceImpl.java2483 public void onSessionCreated(@NonNull MediaRoute2Provider provider, in onSessionCreated() method in UserHandler
/frameworks/base/services/core/java/com/android/server/textservices/
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
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java3782 public void onSessionCreated(ITvInteractiveAppSession session) { in onSessionCreated() method in TvInteractiveAppManagerService.SessionCallback
4379 public void onSessionCreated(ITvAdSession session) { in onSessionCreated() method in TvInteractiveAppManagerService.AdSessionCallback
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java3799 public void onSessionCreated(ITvInputSession session, IBinder hardwareSessionToken) { in onSessionCreated() method in TvInputManagerService.SessionCallback

12