Searched refs:onSessionCreated (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DIPackageInstallerCallback.aidl21 void onSessionCreated(int sessionId);
H A DPackageInstaller.java544 public void onSessionCreated(int sessionId) { method in class:PackageInstaller.SessionCallbackDelegate
/frameworks/base/media/java/android/media/tv/
H A DITvInputSessionCallback.aidl30 void onSessionCreated(ITvInputSession session, in IBinder hardwareSessionToken);
H A DITvInputClient.aidl32 void onSessionCreated(in String inputId, IBinder token, in InputChannel channel, int seq);
H A DTvInputService.java1498 public void onSessionCreated(TvInputManager.Session session) {
1645 cb.onSessionCreated(null, null);
1647 Log.e(TAG, "error in onSessionCreated", e);
1666 cb.onSessionCreated(null, null);
1668 Log.e(TAG, "error in onSessionCreated", e);
1697 cb.onSessionCreated(stub, hardwareSessionToken);
1699 Log.e(TAG, "error in onSessionCreated", e);
H A DTvInputManager.java255 public void onSessionCreated(@Nullable Session session) { method in class:TvInputManager.SessionCallback
437 mSessionCallback.onSessionCreated(session);
692 public void onSessionCreated(String inputId, IBinder token, InputChannel channel,
H A DTvView.java307 // the new ones and tune later in onSessionCreated(). It is not necessary to create
1005 public void onSessionCreated(Session session) { method in class:TvView.MySessionCallback
1007 Log.d(TAG, "onSessionCreated()");
1010 Log.w(TAG, "onSessionCreated - session already created");
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java618 client.onSessionCreated(inputId, sessionToken, channel, seq);
620 Slog.e(TAG, "error in onSessionCreated", e);
2134 public void onSessionCreated(ITvInputSession session, IBinder hardwareSessionToken) { method in class:TvInputManagerService.SessionCallback
2136 Slog.d(TAG, "onSessionCreated(inputId=" + mSessionState.info.getId() + ")");
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java1148 callback.onSessionCreated(sessionId);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java754 mParentIMMS.onSessionCreated(mMethod, session, mChannel);
1519 void onSessionCreated(IInputMethod method, IInputMethodSession session, method in class:InputMethodManagerService

Completed in 161 milliseconds