Home
last modified time | relevance | path

Searched defs:onSessionCreated (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DIPackageInstallerCallback.aidl21 void onSessionCreated(int sessionId); in onSessionCreated() method
DPackageInstaller.java535 public void onSessionCreated(int sessionId) { in onSessionCreated() method in PackageInstaller.SessionCallbackDelegate
/frameworks/base/media/java/android/media/tv/
DITvInputSessionCallback.aidl30 void onSessionCreated(ITvInputSession session, in IBinder hardwareSessionToken); in onSessionCreated() method
DITvInputClient.aidl32 void onSessionCreated(in String inputId, IBinder token, in InputChannel channel, int seq); in onSessionCreated() method
DTvRecordingClient.java305 public void onSessionCreated(TvInputManager.Session session) { in onSessionCreated() method in TvRecordingClient.MySessionCallback
DTvInputManager.java354 public void onSessionCreated(@Nullable Session session) { in onSessionCreated() method in TvInputManager.SessionCallback
DTvView.java1058 public void onSessionCreated(Session session) { in onSessionCreated() method in TvView.MySessionCallback
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java2314 public void onSessionCreated(ITvInputSession session, IBinder hardwareSessionToken) { in onSessionCreated() method in TvInputManagerService.SessionCallback
/frameworks/base/services/core/java/com/android/server/
DInputMethodManagerService.java1548 void onSessionCreated(IInputMethod method, IInputMethodSession session, in onSessionCreated() method in InputMethodManagerService