Home
last modified time | relevance | path

Searched refs:onSessionCreated (Results 1 – 25 of 32) sorted by relevance

12

/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
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DSystemMediaRoute2Provider.java174 mCallback.onSessionCreated(this, requestId, mDefaultSessionInfo); in requestCreateSession()
178 mCallback.onSessionCreated(this, requestId, mSessionInfos.get(0)); in requestCreateSession()
351 mCallback.onSessionCreated(this, in updateSessionInfosIfNeeded()
H A DMediaRoute2ProviderServiceProxy.java346 private void onSessionCreated(Connection connection, long requestId, in onSessionCreated() method in MediaRoute2ProviderServiceProxy
371 mCallback.onSessionCreated(this, requestId, newSession); in onSessionCreated()
454 obtainMessage(mCallback::onSessionCreated, this, requestId, session)); in dispatchSessionCreated()
614 mHandler.post(() -> onSessionCreated(Connection.this, requestId, sessionInfo)); in postSessionCreated()
H A DMediaRoute2Provider.java140 void onSessionCreated(@NonNull MediaRoute2Provider provider, in onSessionCreated() method
/aosp14/frameworks/base/core/java/android/view/translation/
H A DITranslationManager.aidl41 void onSessionCreated(in TranslationContext translationContext, in onSessionCreated() method
H A DTranslator.java184 mSystemServerBinder.onSessionCreated(mTranslationContext, mId, in Translator()
214 mSystemServerBinder.onSessionCreated(mTranslationContext, mId, in start()
/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 DTvInputService.java2623 public void onSessionCreated(TvInputManager.Session session) {
2784 cb.onSessionCreated(null, null); in handleMessage()
2805 cb.onSessionCreated(null, null); in handleMessage()
2836 cb.onSessionCreated(stub, hardwareSessionToken); in handleMessage()
2857 cb.onSessionCreated(null, null); in handleMessage()
2866 cb.onSessionCreated(stub, null); in handleMessage()
H A DTvRecordingClient.java485 public void onSessionCreated(TvInputManager.Session session) { in onSessionCreated() method in TvRecordingClient.MySessionCallback
H A DTvInputManager.java633 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInputManager.SessionCallback
922 mSessionCallback.onSessionCreated(session); in postSessionCreated()
1404 public void onSessionCreated(String inputId, IBinder token, InputChannel channel, in TvInputManager()
H A DTvView.java1308 public void onSessionCreated(Session session) { in onSessionCreated() method in TvView.MySessionCallback
/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 DTvInteractiveAppManager.java325 public void onSessionCreated(String iAppServiceId, IBinder token, InputChannel channel, in TvInteractiveAppManager()
1989 mSessionCallback.onSessionCreated(session); in postSessionCreated()
2275 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInteractiveAppManager.SessionCallback
H A DTvInteractiveAppService.java2245 cb.onSessionCreated(null); in handleMessage()
2269 cb.onSessionCreated(stub); in handleMessage()
H A DTvInteractiveAppView.java1403 public void onSessionCreated(Session session) { in onSessionCreated() method in TvInteractiveAppView.MySessionCallback
/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
H A DTranslationManagerServiceImpl.java222 remoteService.onSessionCreated(translationContext, sessionId, resultReceiver); in onSessionCreatedLocked()
/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
1091 group.onSessionCreated(newSession, request); in onSessionCreated()
/aosp14/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java367 callback.onSessionCreated(internalSession); in getISpellCheckerSession()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java2122 client.onSessionCreated(iAppServiceId, sessionToken, channel, seq); in sendSessionTokenToClientLocked()
2572 public void onSessionCreated(ITvInteractiveAppSession session) { in onSessionCreated() method in TvInteractiveAppManagerService.SessionCallback
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java1703 callback.onSessionCreated(sessionId);

12