Searched refs:session (Results 276 - 283 of 283) sorted by relevance

<<1112

/frameworks/support/v4/java/android/support/v4/media/session/
H A DMediaSessionCompat.java18 package android.support.v4.media.session;
61 * information or handle media keys. In general an app only needs one session
65 * Once a session is created the owner of the session may pass its
66 * {@link #getSessionToken() session token} to other processes to allow them to
67 * create a {@link MediaControllerCompat} to interact with the session.
73 * to clean up the session and notify any controllers.
79 * {@link android.media.session.MediaSession} introduced after API level 4 in a
97 * Set this flag on the session to indicate that it can handle media button
103 * Set this flag on the session t
[all...]
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java75 import android.media.session.MediaController;
76 import android.media.session.MediaSessionLegacyHelper;
1866 // If we have a session send it the volume command, otherwise
1954 // If we have a session send it the volume command, otherwise
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java750 if (DEBUG_TASKS) Slog.d(TAG_TASKS, "Skipping " + task + ": voice session");
3349 final void finishVoiceTask(IVoiceInteractionSession session) { argument
3350 IBinder sessionBinder = session.asBinder();
H A DActivityStackSupervisor.java1830 void finishVoiceTask(IVoiceInteractionSession session) { argument
1836 stack.finishVoiceTask(session);
/frameworks/base/core/java/android/app/
H A DActivity.java58 import android.media.session.MediaController;
1340 * Starts a local voice interaction session. When ready,
1354 * voice interaction session being started. You can now retrieve a voice interactor using
5812 * {@link #setVolumeControlStream} to affect a specific session instead of a
5816 * this session's volume (for example, if a call is in progress, its
5820 * @param controller The controller for the session which should receive
5832 * @see #setMediaController(android.media.session.MediaController)
H A DNotification.java39 import android.media.session.MediaSession;
936 * {@link android.media.session.MediaSession.Token} associated with a
5101 * Finally, if you attach a {@link android.media.session.MediaSession.Token} using
5103 * the System UI can identify this as a notification representing an active media session
5151 * Attach a {@link android.media.session.MediaSession.Token} to this Notification
/frameworks/base/core/java/android/view/
H A DView.java15346 * Retrieve private session object this view hierarchy is using to
15348 * @return the session object to communicate with the window manager
23036 AttachInfo(IWindowSession session, IWindow window, Display display, argument
23038 mSession = session;
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java81 import android.media.session.MediaSessionLegacyHelper;
5588 // the application, just pass it to the session service.
5602 // handled it send it to the session manager to
5700 // If the global session is active pass all media keys to it

Completed in 427 milliseconds

<<1112