/frameworks/base/core/java/android/content/pm/ |
D | IPackageInstallerCallback.aidl | 21 void onSessionCreated(int sessionId); in onSessionCreated() method
|
D | PackageInstaller.java | 535 public void onSessionCreated(int sessionId) { in onSessionCreated() method in PackageInstaller.SessionCallbackDelegate
|
/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 | 1853 public void onSessionCreated(TvInputManager.Session session) { 2010 cb.onSessionCreated(null, null); 2031 cb.onSessionCreated(null, null); 2062 cb.onSessionCreated(stub, hardwareSessionToken); 2081 cb.onSessionCreated(null, null); 2090 cb.onSessionCreated(stub, null);
|
D | TvRecordingClient.java | 305 public void onSessionCreated(TvInputManager.Session session) { in onSessionCreated() method in TvRecordingClient.MySessionCallback
|
D | TvInputManager.java | 354 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInputManager.SessionCallback 556 mSessionCallback.onSessionCreated(session); in postSessionCreated() 870 public void onSessionCreated(String inputId, IBinder token, InputChannel channel, in TvInputManager()
|
D | TvView.java | 1058 public void onSessionCreated(Session session) { in onSessionCreated() method in TvView.MySessionCallback
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputManagerService.java | 696 client.onSessionCreated(inputId, sessionToken, channel, seq); in sendSessionTokenToClientLocked() 2314 public void onSessionCreated(ITvInputSession session, IBinder hardwareSessionToken) { in onSessionCreated() method in TvInputManagerService.SessionCallback
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 1161 callback.onSessionCreated(sessionId); in invokeCallback()
|
/frameworks/base/services/core/java/com/android/server/ |
D | InputMethodManagerService.java | 754 mParentIMMS.onSessionCreated(mMethod, session, mChannel); in sessionCreated() 1548 void onSessionCreated(IInputMethod method, IInputMethodSession session, in onSessionCreated() method in InputMethodManagerService
|