Searched defs:doInBackground (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
H A DLargeAssetTest.java67 protected Boolean doInBackground(AssetManager... params) { method in class:LargeAssetTest.Validator
/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java64 protected D doInBackground(Void... params) { method in class:AsyncTaskLoader.LoadTask
65 if (DEBUG) Slog.v(TAG, this + " >>> doInBackground");
67 if (DEBUG) Slog.v(TAG, this + " <<< doInBackground");
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackActivity.java88 protected RunData doInBackground(String... params) { method in class:PlaybackActivity.LoadFileTask
H A DProfileActivity.java150 protected Void doInBackground(Pair<String, RunData>... params) { method in class:ProfileActivity.StoreFileTask
/frameworks/support/v4/java/android/support/v4/content/
H A DAsyncTaskLoader.java49 protected D doInBackground(Void... params) { method in class:AsyncTaskLoader.LoadTask
50 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
52 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
H A DModernAsyncTask.java123 return postResult(doInBackground(mParams));
137 throw new RuntimeException("An error occured while executing doInBackground()",
143 + "doInBackground()", t);
188 protected abstract Result doInBackground(Params... params); method in class:ModernAsyncTask
191 * Runs on the UI thread before {@link #doInBackground}.
194 * @see #doInBackground
200 * <p>Runs on the UI thread after {@link #doInBackground}. The
201 * specified result is the value returned by {@link #doInBackground}.</p>
205 * @param result The result of the operation computed by {@link #doInBackground}.
208 * @see #doInBackground
[all...]
/frameworks/base/core/java/android/os/
H A DAsyncTask.java42 * and 4 steps, called <code>onPreExecute</code>, <code>doInBackground</code>,
54 * one method ({@link #doInBackground}), and most often will override a
60 * protected Long doInBackground(URL... urls) {
107 * <li>{@link #doInBackground}, invoked on the background thread
129 * {@link #onPostExecute(Object)} will be invoked after {@link #doInBackground(Object[])}
132 * {@link #doInBackground(Object[])}, if possible (inside a loop for instance.)</p>
141 * {@link #doInBackground}, {@link #onProgressUpdate} manually.</li>
151 * in {@link #doInBackground}.
152 * <li>Set member fields in {@link #doInBackground}, and refer to them in
264 return postResult(doInBackground(mParam
329 protected abstract Result doInBackground(Params... params); method in class:AsyncTask
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java145 protected SaveImageInBackgroundData doInBackground(SaveImageInBackgroundData... params) { method in class:SaveImageInBackgroundTask
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2146 protected Void doInBackground(Void... params) { method in class:RecipientEditTextView.RecipientReplacementTask
2216 protected Void doInBackground(Object... params) { method in class:RecipientEditTextView.IndividualReplacementTask

Completed in 421 milliseconds