Searched defs:onSessionCreated (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvRecordingClient.java305 public void onSessionCreated(TvInputManager.Session session) { method in class:TvRecordingClient.MySessionCallback
307 Log.d(TAG, "onSessionCreated()");
310 Log.w(TAG, "onSessionCreated - session already created");
H A DTvView.java321 // the new ones and tune later in onSessionCreated(). It is not necessary to create
1058 public void onSessionCreated(Session session) { method in class:TvView.MySessionCallback
1060 Log.d(TAG, "onSessionCreated()");
1063 Log.w(TAG, "onSessionCreated - session already created");
H A DTvInputManager.java354 public void onSessionCreated(@Nullable Session session) { method in class:TvInputManager.SessionCallback
556 mSessionCallback.onSessionCreated(session);
870 public void onSessionCreated(String inputId, IBinder token, InputChannel channel,
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java535 public void onSessionCreated(int sessionId) { method in class:PackageInstaller.SessionCallbackDelegate
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java696 client.onSessionCreated(inputId, sessionToken, channel, seq);
698 Slog.e(TAG, "error in onSessionCreated", e);
2314 public void onSessionCreated(ITvInputSession session, IBinder hardwareSessionToken) { method in class:TvInputManagerService.SessionCallback
2316 Slog.d(TAG, "onSessionCreated(inputId=" + mSessionState.inputId + ")");
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java758 mParentIMMS.onSessionCreated(mMethod, session, mChannel);
1552 void onSessionCreated(IInputMethod method, IInputMethodSession session, method in class:InputMethodManagerService

Completed in 513 milliseconds