/frameworks/base/core/java/android/content/pm/ |
D | IPackageInstallerCallback.aidl | 21 void onSessionCreated(int sessionId); in onSessionCreated() method
|
D | PackageInstaller.java | 624 public void onSessionCreated(int sessionId) { in onSessionCreated() method in PackageInstaller.SessionCallbackDelegate
|
/frameworks/base/core/java/com/android/internal/textservice/ |
D | ISpellCheckerServiceCallback.aidl | 34 void onSessionCreated(ISpellCheckerSession newSession); in onSessionCreated() method
|
/frameworks/base/media/java/android/media/tv/ |
D | ITvInputSessionCallback.aidl | 30 void onSessionCreated(ITvInputSession session, in IBinder hardwareSessionToken); in onSessionCreated() method
|
D | ITvInputClient.aidl | 32 void onSessionCreated(in String inputId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
|
D | TvInputService.java | 1858 public void onSessionCreated(TvInputManager.Session session) { 2015 cb.onSessionCreated(null, null); 2036 cb.onSessionCreated(null, null); 2067 cb.onSessionCreated(stub, hardwareSessionToken); 2086 cb.onSessionCreated(null, null); 2095 cb.onSessionCreated(stub, null);
|
D | TvRecordingClient.java | 305 public void onSessionCreated(TvInputManager.Session session) { in onSessionCreated() method in TvRecordingClient.MySessionCallback
|
D | TvInputManager.java | 363 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInputManager.SessionCallback 565 mSessionCallback.onSessionCreated(session); in postSessionCreated() 879 public void onSessionCreated(String inputId, IBinder token, InputChannel channel, in TvInputManager()
|
D | TvView.java | 1070 public void onSessionCreated(Session session) { in onSessionCreated() method in TvView.MySessionCallback
|
/frameworks/base/services/core/java/com/android/server/ |
D | TextServicesManagerService.java | 913 void onSessionCreated(@Nullable final ISpellCheckerSession newSession, in onSessionCreated() method in TextServicesManagerService.SpellCheckerBindGroup 1006 public void onSessionCreated(@Nullable ISpellCheckerSession newSession) { in onSessionCreated() method in TextServicesManagerService.ISpellCheckerServiceCallbackBinder 1007 mBindGroup.onSessionCreated(newSession, mRequest); in onSessionCreated()
|
D | InputMethodManagerService.java | 1184 mParentIMMS.onSessionCreated(mMethod, session, mChannel); in sessionCreated() 1937 void onSessionCreated(IInputMethod method, IInputMethodSession session, in onSessionCreated() method in InputMethodManagerService
|
/frameworks/base/core/java/android/service/textservice/ |
D | SpellCheckerService.java | 345 callback.onSessionCreated(internalSession); in getISpellCheckerSession()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 1031 callback.onSessionCreated(sessionId); in invokeCallback()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 660 client.onSessionCreated(inputId, sessionToken, channel, seq); in sendSessionTokenToClientLocked() 2406 public void onSessionCreated(ITvInputSession session, IBinder hardwareSessionToken) { in onSessionCreated() method in TvInputManagerService.SessionCallback
|
/frameworks/base/services/ |
D | art-profile | 7127 PLcom/android/server/InputMethodManagerService;->onSessionCreated(Lcom/android/internal/view/IInput… 7651 …ver/TextServicesManagerService$ISpellCheckerServiceCallbackBinder;->onSessionCreated(Lcom/android/… 7667 PLcom/android/server/TextServicesManagerService$SpellCheckerBindGroup;->onSessionCreated(Lcom/andro…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1803 HPLandroid/content/pm/IPackageInstallerCallback$Stub$Proxy;->onSessionCreated(I)V 1874 HPLandroid/content/pm/PackageInstaller$SessionCallbackDelegate;->onSessionCreated(I)V 11412 HPLcom/android/internal/textservice/ISpellCheckerServiceCallback$Stub$Proxy;->onSessionCreated(Lcom… 11417 HPLcom/android/internal/textservice/ISpellCheckerServiceCallback;->onSessionCreated(Lcom/android/in… 19537 HSPLandroid/content/pm/IPackageInstallerCallback;->onSessionCreated(I)V
|