Searched defs:enqueue (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackHandler.java49 public void enqueue(PlaybackQueueItem item) { method in class:AudioPlaybackHandler
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java369 long enqueue = mDownloadManager.enqueue(request);
376 return downloadSuccessful(enqueue);
385 if (!downloadSuccessful(enqueue)) {
412 * @param enqueue the id used to identify/query the DownloadManager with.
415 private boolean downloadSuccessful(long enqueue) { argument
417 query.setFilterById(enqueue);
/frameworks/base/core/java/android/webkit/
H A DWebViewInputDispatcher.java902 mWebKitDispatchEventQueue.enqueue(d);
955 mUiDispatchEventQueue.enqueue(d);
1181 public void enqueue(DispatchEvent d) { method in class:WebViewInputDispatcher.DispatchEventQueue
/frameworks/base/core/java/android/app/
H A DDownloadManager.java513 * should be called before {@link DownloadManager#enqueue(Request)} is called.
902 public long enqueue(Request request) { method in class:DownloadManager

Completed in 148 milliseconds