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.java542 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.java1105 public void onSessionCreated(TvInputManager.Session session) {
1247 cb.onSessionCreated(null, null);
1249 Log.e(TAG, "error in onSessionCreated");
1269 cb.onSessionCreated(null, null);
1271 Log.e(TAG, "error in onSessionCreated");
1298 cb.onSessionCreated(stub, hardwareSessionToken);
1300 Log.e(TAG, "error in onSessionCreated");
H A DTvInputManager.java196 public void onSessionCreated(Session session) { method in class:TvInputManager.SessionCallback
326 mSessionCallback.onSessionCreated(session);
562 public void onSessionCreated(String inputId, IBinder token, InputChannel channel,
H A DTvView.java830 public void onSessionCreated(Session session) { method in class:TvView.MySessionCallback
839 Log.d(TAG, "onSessionCreated()");
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java584 client.onSessionCreated(inputId, sessionToken, channel, seq);
586 Slog.e(TAG, "error in onSessionCreated", e);
1927 public void onSessionCreated(ITvInputSession session, IBinder harewareSessionToken) { method in class:TvInputManagerService.SessionCallback
1929 Slog.d(TAG, "onSessionCreated(inputId=" + mSessionState.info.getId() + ")");
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java947 callback.onSessionCreated(sessionId);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java604 mParentIMMS.onSessionCreated(mMethod, session, mChannel);
1338 void onSessionCreated(IInputMethod method, IInputMethodSession session, method in class:InputMethodManagerService

Completed in 152 milliseconds