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

/frameworks/base/core/java/android/content/pm/
H A DIPackageInstallerCallback.aidl21 void onSessionCreated(int sessionId);
H A DPackageInstaller.java535 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.java1853 public void onSessionCreated(TvInputManager.Session session) {
2010 cb.onSessionCreated(null, null);
2012 Log.e(TAG, "error in onSessionCreated", e);
2031 cb.onSessionCreated(null, null);
2033 Log.e(TAG, "error in onSessionCreated", e);
2062 cb.onSessionCreated(stub, hardwareSessionToken);
2064 Log.e(TAG, "error in onSessionCreated", e);
2081 cb.onSessionCreated(null, null);
2083 Log.e(TAG, "error in onSessionCreated", e);
2090 cb.onSessionCreated(stu
[all...]
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 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,
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");
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java1164 callback.onSessionCreated(sessionId);
/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
/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 + ")");

Completed in 1554 milliseconds