Home
last modified time | relevance | path

Searched refs:onSessionCreated (Results 1 – 25 of 38) 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
/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
DTvAdManager.java333 public void onSessionCreated(String serviceId, IBinder token, InputChannel channel, in TvAdManager()
1155 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvAdManager.SessionCallback
1288 mSessionCallback.onSessionCreated(session); in postSessionCreated()
DTvAdService.java955 cb.onSessionCreated(null); in handleMessage()
978 cb.onSessionCreated(stub); in handleMessage()
DTvAdView.java679 public void onSessionCreated(TvAdManager.Session session) { in onSessionCreated() method in TvAdView.MySessionCallback
/frameworks/base/core/java/android/view/translation/
DITranslationManager.aidl41 void onSessionCreated(in TranslationContext translationContext, in onSessionCreated() method
DTranslator.java184 mSystemServerBinder.onSessionCreated(mTranslationContext, mId, in Translator()
214 mSystemServerBinder.onSessionCreated(mTranslationContext, mId, in start()
/frameworks/base/media/java/android/media/tv/
DITvInputSessionCallback.aidl35 void onSessionCreated(ITvInputSession session, in IBinder hardwareSessionToken); in onSessionCreated() method
DITvInputClient.aidl37 void onSessionCreated(in String inputId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
DTvInputService.java2762 public void onSessionCreated(TvInputManager.Session session) {
2923 cb.onSessionCreated(null, null); in handleMessage()
2944 cb.onSessionCreated(null, null); in handleMessage()
2975 cb.onSessionCreated(stub, hardwareSessionToken); in handleMessage()
2996 cb.onSessionCreated(null, null); in handleMessage()
3005 cb.onSessionCreated(stub, null); in handleMessage()
DTvRecordingClient.java485 public void onSessionCreated(TvInputManager.Session session) { in onSessionCreated() method in TvRecordingClient.MySessionCallback
/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
DTranslationManagerServiceImpl.java222 remoteService.onSessionCreated(translationContext, sessionId, resultReceiver); in onSessionCreatedLocked()
/frameworks/base/services/core/java/com/android/server/media/
DSystemMediaRoute2Provider.java169 mCallback.onSessionCreated(this, requestId, mDefaultSessionInfo); in requestCreateSession()
179 mCallback.onSessionCreated(this, requestId, currentSessionInfo); in requestCreateSession()
516 mCallback.onSessionCreated(this, pendingRequestId, newSessionInfo); in reportPendingSessionRequestResultLockedIfNeeded()
DMediaRoute2ProviderServiceProxy.java414 private void onSessionCreated(Connection connection, long requestId, in onSessionCreated() method in MediaRoute2ProviderServiceProxy
444 mCallback.onSessionCreated(this, requestId, newSession); in onSessionCreated()
588 obtainMessage(mCallback::onSessionCreated, this, requestId, session)); in dispatchSessionCreated()
795 mHandler.post(() -> onSessionCreated(Connection.this, requestId, sessionInfo)); in postSessionCreated()
DMediaRoute2Provider.java171 void onSessionCreated(@NonNull MediaRoute2Provider provider, in onSessionCreated() method
/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
DTvInteractiveAppManager.java325 public void onSessionCreated(String iAppServiceId, IBinder token, InputChannel channel, in TvInteractiveAppManager()
2067 mSessionCallback.onSessionCreated(session); in postSessionCreated()
2382 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInteractiveAppManager.SessionCallback
DTvInteractiveAppService.java2409 cb.onSessionCreated(null); in handleMessage()
2433 cb.onSessionCreated(stub); in handleMessage()
/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
1091 group.onSessionCreated(newSession, request); in onSessionCreated()
/frameworks/base/core/java/android/service/textservice/
DSpellCheckerService.java367 callback.onSessionCreated(internalSession); in getISpellCheckerSession()

12