Searched refs:enqueue (Results 26 - 47 of 47) sorted by relevance

12

/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DPlayer.java70 // advanced queuing (enqueue & remove) are only supported
72 public abstract void enqueue(final PlaylistItem item); method in class:Player
H A DSessionManager.java31 * queuing behaviors such as enqueue/remove of media items, pause/resume/stop,
121 // if player supports queuing, enqueue the item now
123 mPlayer.enqueue(item);
274 mPlayer.enqueue(item);
H A DRemotePlayer.java282 // enqueue & remove are only supported if isQueuingSupported() returns true
284 public void enqueue(final PlaylistItem item) { method in class:RemotePlayer
363 Log.d(TAG, "enqueue: item=" + item);
365 mClient.enqueue(item.getUri(), "video/mp4", null, 0, null, new ItemActionCallback() {
369 logStatus("enqueue: succeeded", sessionId, sessionStatus, itemId, itemStatus);
393 logError("enqueue: failed", error, code);
H A DSampleMediaRouteProvider.java371 boolean enqueue = intent.getAction().equals(MediaControlIntent.ACTION_ENQUEUE);
379 Log.d(TAG, mRouteId + ": Received " + (enqueue?"enqueue":"play") + " request"
H A DLocalPlayer.java204 public void enqueue(final PlaylistItem item) { method in class:LocalPlayer
205 throw new UnsupportedOperationException("LocalPlayer doesn't support enqueue!");
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/media/
H A DPlayer.java70 // advanced queuing (enqueue & remove) are only supported
72 public abstract void enqueue(final PlaylistItem item); method in class:Player
H A DSessionManager.java31 * queuing behaviors such as enqueue/remove of media items, pause/resume/stop,
121 // if player supports queuing, enqueue the item now
123 mPlayer.enqueue(item);
274 mPlayer.enqueue(item);
H A DRemotePlayer.java282 // enqueue & remove are only supported if isQueuingSupported() returns true
284 public void enqueue(final PlaylistItem item) { method in class:RemotePlayer
363 Log.d(TAG, "enqueue: item=" + item);
365 mClient.enqueue(item.getUri(), "video/mp4", null, 0, null, new ItemActionCallback() {
369 logStatus("enqueue: succeeded", sessionId, sessionStatus, itemId, itemStatus);
393 logError("enqueue: failed", error, code);
H A DSampleMediaRouteProvider.java371 boolean enqueue = intent.getAction().equals(MediaControlIntent.ACTION_ENQUEUE);
379 Log.d(TAG, mRouteId + ": Received " + (enqueue?"enqueue":"play") + " request"
H A DLocalPlayer.java204 public void enqueue(final PlaylistItem item) { method in class:LocalPlayer
205 throw new UnsupportedOperationException("LocalPlayer doesn't support enqueue!");
/frameworks/base/core/java/android/speech/tts/
H A DPlaybackSynthesisCallback.java160 mAudioTrackHandler.enqueue(item);
H A DTextToSpeechService.java1147 mAudioPlaybackHandler.enqueue(mItem);
1184 mAudioPlaybackHandler.enqueue(new SilencePlaybackQueueItem(
/frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/
H A DWorkManagerImplLargeExecutorTest.java174 continuation.enqueue();
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/
H A DWorkContinuationImpl.java153 // an initial call to enqueue()
175 public void enqueue() { method in class:WorkContinuationImpl
176 // Only enqueue if not already enqueued.
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DJobIntentService.java44 * as a job via {@link android.app.job.JobScheduler#enqueue JobScheduler.enqueue}. When running
52 * <p>Use {@link #enqueueWork(Context, Class, int, Intent)} to enqueue new work to be
59 * you enqueue work until the job has been dispatched and while it is running). When running
343 mJobScheduler.enqueue(mJobInfo, new JobWorkItem(work));
486 * Call this to enqueue work for your subclass of {@link JobIntentService}. This will
487 * either directly start the service (when running on pre-O platforms) or enqueue work
489 * held for you to ensure you continue running. The work you enqueue will ultimately
497 * @param work The Intent of work to enqueue.
513 * @param work The Intent of work to enqueue
[all...]
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
H A DRemotePlaybackClient.java128 * at a time and the {@link #enqueue} method will not be available.
132 * {@link MediaControlIntent#ACTION_ENQUEUE enqueue},
200 * {@link #play}, {@link #enqueue}, and {@link #startSession}.
292 * Sends a request to enqueue a media item.
304 * @param contentUri The content Uri to enqueue.
320 public void enqueue(Uri contentUri, String mimeType, Bundle metadata, method in class:RemotePlaybackClient
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierKeyDownloadManager.java526 Long carrierKeyDownloadRequestId = mDownloadManager.enqueue(request);
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
H A DRemotePlaybackClient.java129 * at a time and the {@link #enqueue} method will not be available.
133 * {@link MediaControlIntent#ACTION_ENQUEUE enqueue},
201 * {@link #play}, {@link #enqueue}, and {@link #startSession}.
293 * Sends a request to enqueue a media item.
305 * @param contentUri The content Uri to enqueue.
321 public void enqueue(Uri contentUri, String mimeType, Bundle metadata, method in class:RemotePlaybackClient
/frameworks/base/core/java/android/app/
H A DDownloadManager.java556 * should be called before {@link DownloadManager#enqueue(Request)} is called.
1020 public long enqueue(Request request) { method in class:DownloadManager
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4575 enqueue(q);
4606 // deferred so we will enqueue it if needed.
4609 enqueue(q);
4647 private void enqueue(QueuedInputEvent q) { method in class:ViewRootImpl.AsyncInputStage
7005 // Always enqueue the input event in order, regardless of its time stamp.
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java845 // changing. We can just directly enqueue this work in to the job.
883 // If work has been supplied, enqueue it into the new job.
2563 public int enqueue(JobInfo job, JobWorkItem work) throws RemoteException { method in class:JobSchedulerService.JobSchedulerStub
2572 throw new IllegalArgumentException("Can't enqueue work for persisted jobs");
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 438 milliseconds

12