/frameworks/base/core/java/com/android/internal/textservice/ |
D | ISpellCheckerServiceCallback.aidl | 34 void onSessionCreated(ISpellCheckerSession newSession); in onSessionCreated() method
|
/frameworks/base/core/java/android/content/pm/ |
D | IPackageInstallerCallback.aidl | 22 void onSessionCreated(int sessionId); in onSessionCreated() method
|
/frameworks/base/media/java/android/media/tv/ad/ |
D | ITvAdSessionCallback.aidl | 28 void onSessionCreated(in ITvAdSession session); in onSessionCreated() method
|
D | ITvAdClient.aidl | 28 void onSessionCreated(in String serviceId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
|
D | TvAdManager.java | 333 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()
|
D | TvAdService.java | 955 cb.onSessionCreated(null); in handleMessage() 978 cb.onSessionCreated(stub); in handleMessage()
|
D | TvAdView.java | 679 public void onSessionCreated(TvAdManager.Session session) { in onSessionCreated() method in TvAdView.MySessionCallback
|
/frameworks/base/core/java/android/view/translation/ |
D | ITranslationManager.aidl | 41 void onSessionCreated(in TranslationContext translationContext, in onSessionCreated() method
|
D | Translator.java | 184 mSystemServerBinder.onSessionCreated(mTranslationContext, mId, in Translator() 214 mSystemServerBinder.onSessionCreated(mTranslationContext, mId, in start()
|
/frameworks/base/media/java/android/media/tv/ |
D | ITvInputSessionCallback.aidl | 35 void onSessionCreated(ITvInputSession session, in IBinder hardwareSessionToken); in onSessionCreated() method
|
D | ITvInputClient.aidl | 37 void onSessionCreated(in String inputId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
|
D | TvInputService.java | 2762 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()
|
D | TvRecordingClient.java | 485 public void onSessionCreated(TvInputManager.Session session) { in onSessionCreated() method in TvRecordingClient.MySessionCallback
|
/frameworks/base/services/translation/java/com/android/server/translation/ |
D | RemoteTranslationService.java | 88 public void onSessionCreated(@NonNull TranslationContext translationContext, int sessionId, in onSessionCreated() method in RemoteTranslationService
|
D | TranslationManagerService.java | 197 public void onSessionCreated(TranslationContext translationContext, in onSessionCreated() method in TranslationManagerService.TranslationManagerServiceStub
|
D | TranslationManagerServiceImpl.java | 222 remoteService.onSessionCreated(translationContext, sessionId, resultReceiver); in onSessionCreatedLocked()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | SystemMediaRoute2Provider.java | 169 mCallback.onSessionCreated(this, requestId, mDefaultSessionInfo); in requestCreateSession() 179 mCallback.onSessionCreated(this, requestId, currentSessionInfo); in requestCreateSession() 516 mCallback.onSessionCreated(this, pendingRequestId, newSessionInfo); in reportPendingSessionRequestResultLockedIfNeeded()
|
D | MediaRoute2ProviderServiceProxy.java | 414 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()
|
D | MediaRoute2Provider.java | 171 void onSessionCreated(@NonNull MediaRoute2Provider provider, in onSessionCreated() method
|
/frameworks/base/media/java/android/media/tv/interactive/ |
D | ITvInteractiveAppSessionCallback.aidl | 34 void onSessionCreated(in ITvInteractiveAppSession session); in onSessionCreated() method
|
D | ITvInteractiveAppClient.aidl | 34 void onSessionCreated(in String iAppServiceId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
|
D | TvInteractiveAppManager.java | 325 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
|
D | TvInteractiveAppService.java | 2409 cb.onSessionCreated(null); in handleMessage() 2433 cb.onSessionCreated(stub); in handleMessage()
|
/frameworks/base/services/core/java/com/android/server/textservices/ |
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()
|
/frameworks/base/core/java/android/service/textservice/ |
D | SpellCheckerService.java | 367 callback.onSessionCreated(internalSession); in getISpellCheckerSession()
|