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

/frameworks/base/core/java/android/content/pm/
H A DIPackageInstallerCallback.aidl21 void onSessionCreated(int sessionId);
H A DPackageInstaller.java586 public void onSessionCreated(int sessionId) { method in class:PackageInstaller.SessionCallbackDelegate
/frameworks/base/core/java/com/android/internal/textservice/
H A DISpellCheckerServiceCallback.aidl30 // the next onSessionCreated with non-null newSession, which is supposed to never happen if
34 void onSessionCreated(ISpellCheckerSession newSession);
/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.java1858 public void onSessionCreated(TvInputManager.Session session) {
2015 cb.onSessionCreated(null, null);
2017 Log.e(TAG, "error in onSessionCreated", e);
2036 cb.onSessionCreated(null, null);
2038 Log.e(TAG, "error in onSessionCreated", e);
2067 cb.onSessionCreated(stub, hardwareSessionToken);
2069 Log.e(TAG, "error in onSessionCreated", e);
2086 cb.onSessionCreated(null, null);
2088 Log.e(TAG, "error in onSessionCreated", e);
2095 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.java363 public void onSessionCreated(@Nullable Session session) { method in class:TvInputManager.SessionCallback
565 mSessionCallback.onSessionCreated(session);
879 public void onSessionCreated(String inputId, IBinder token, InputChannel channel,
H A DTvView.java322 // the new ones and tune later in onSessionCreated(). It is not necessary to create
1061 public void onSessionCreated(Session session) { method in class:TvView.MySessionCallback
1063 Log.d(TAG, "onSessionCreated()");
1066 Log.w(TAG, "onSessionCreated - session already created");
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java969 void onSessionCreated(@Nullable final ISpellCheckerSession newSession, method in class:TextServicesManagerService.SpellCheckerBindGroup
1064 public void onSessionCreated(@Nullable ISpellCheckerSession newSession) { method in class:TextServicesManagerService.ISpellCheckerServiceCallbackBinder
1065 mBindGroup.onSessionCreated(newSession, mRequest);
H A DInputMethodManagerService.java1166 mParentIMMS.onSessionCreated(mMethod, session, mChannel);
1915 void onSessionCreated(IInputMethod method, IInputMethodSession session, method in class:InputMethodManagerService
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java345 callback.onSessionCreated(internalSession);
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java1193 callback.onSessionCreated(sessionId);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java660 client.onSessionCreated(inputId, sessionToken, channel, seq);
662 Slog.e(TAG, "error in onSessionCreated", e);
2400 public void onSessionCreated(ITvInputSession session, IBinder hardwareSessionToken) { method in class:TvInputManagerService.SessionCallback
2402 Slog.d(TAG, "onSessionCreated(inputId=" + mSessionState.inputId + ")");

Completed in 322 milliseconds