/aosp14/frameworks/base/core/java/com/android/internal/textservice/ |
H A D | ISpellCheckerServiceCallback.aidl | 34 void onSessionCreated(ISpellCheckerSession newSession); in onSessionCreated() method
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageInstallerCallback.aidl | 22 void onSessionCreated(int sessionId); in onSessionCreated() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/media/ |
H A D | SystemMediaRoute2Provider.java | 174 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 D | MediaRoute2ProviderServiceProxy.java | 346 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 D | MediaRoute2Provider.java | 140 void onSessionCreated(@NonNull MediaRoute2Provider provider, in onSessionCreated() method
|
/aosp14/frameworks/base/core/java/android/view/translation/ |
H A D | ITranslationManager.aidl | 41 void onSessionCreated(in TranslationContext translationContext, in onSessionCreated() method
|
H A D | Translator.java | 184 mSystemServerBinder.onSessionCreated(mTranslationContext, mId, in Translator() 214 mSystemServerBinder.onSessionCreated(mTranslationContext, mId, in start()
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | ITvInputSessionCallback.aidl | 35 void onSessionCreated(ITvInputSession session, in IBinder hardwareSessionToken); in onSessionCreated() method
|
H A D | ITvInputClient.aidl | 37 void onSessionCreated(in String inputId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
|
H A D | TvInputService.java | 2623 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 D | TvRecordingClient.java | 485 public void onSessionCreated(TvInputManager.Session session) { in onSessionCreated() method in TvRecordingClient.MySessionCallback
|
H A D | TvInputManager.java | 633 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 D | TvView.java | 1308 public void onSessionCreated(Session session) { in onSessionCreated() method in TvView.MySessionCallback
|
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppSessionCallback.aidl | 34 void onSessionCreated(in ITvInteractiveAppSession session); in onSessionCreated() method
|
H A D | ITvInteractiveAppClient.aidl | 34 void onSessionCreated(in String iAppServiceId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
|
H A D | TvInteractiveAppManager.java | 325 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 D | TvInteractiveAppService.java | 2245 cb.onSessionCreated(null); in handleMessage() 2269 cb.onSessionCreated(stub); in handleMessage()
|
H A D | TvInteractiveAppView.java | 1403 public void onSessionCreated(Session session) { in onSessionCreated() method in TvInteractiveAppView.MySessionCallback
|
/aosp14/frameworks/base/services/translation/java/com/android/server/translation/ |
H A D | RemoteTranslationService.java | 88 public void onSessionCreated(@NonNull TranslationContext translationContext, int sessionId, in onSessionCreated() method in RemoteTranslationService
|
H A D | TranslationManagerService.java | 197 public void onSessionCreated(TranslationContext translationContext, in onSessionCreated() method in TranslationManagerService.TranslationManagerServiceStub
|
H A D | TranslationManagerServiceImpl.java | 222 remoteService.onSessionCreated(translationContext, sessionId, resultReceiver); in onSessionCreatedLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/textservices/ |
H A D | TextServicesManagerService.java | 967 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 D | SpellCheckerService.java | 367 callback.onSessionCreated(internalSession); in getISpellCheckerSession()
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
H A D | TvInteractiveAppManagerService.java | 2122 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 D | PackageInstallerService.java | 1703 callback.onSessionCreated(sessionId);
|