Searched refs:onPostExecute (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/test-runner/src/android/test/
H A DLoaderTestCase.java44 protected void onPostExecute(Void result) {}
/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
H A DLargeAssetTest.java98 protected void onPostExecute(Boolean result) { method in class:LargeAssetTest.Validator
/frameworks/base/core/java/android/os/
H A DAsyncTask.java43 * <code>onProgressUpdate</code> and <code>onPostExecute</code>.</p>
55 * second one ({@link #onPostExecute}.)</p>
74 * protected void onPostExecute(Long result) {
120 * <li>{@link #onPostExecute}, invoked on the UI thread after the background
129 * {@link #onPostExecute(Object)} will be invoked after {@link #doInBackground(Object[])}
140 * <li>Do not call {@link #onPreExecute()}, {@link #onPostExecute},
153 * {@link #onProgressUpdate} and {@link #onPostExecute}.
240 * Indicates that {@link AsyncTask#onPostExecute} has finished.
326 * @see #onPostExecute
334 * @see #onPostExecute
353 protected void onPostExecute(Result result) { method in class:AsyncTask
[all...]
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java99 * Indicates that {@link android.os.AsyncTask#onPostExecute(Object)} has finished.
185 * @see #onPostExecute
193 * @see #onPostExecute
212 protected void onPostExecute(Result result) { method in class:ModernAsyncTask
288 * returns. Calling this method guarantees that {@link #onPostExecute(Object)}
461 onPostExecute(result);
H A DAsyncTaskLoader.java58 protected void onPostExecute(D data) { method in class:AsyncTaskLoader.LoadTask
59 if (DEBUG) Log.v(TAG, this + " onPostExecute");
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackActivity.java104 protected void onPostExecute(RunData data) { method in class:PlaybackActivity.LoadFileTask
H A DProfileActivity.java164 protected void onPostExecute(Void v) { method in class:ProfileActivity.StoreFileTask
/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java73 protected void onPostExecute(D data) { method in class:AsyncTaskLoader.LoadTask
74 if (DEBUG) Slog.v(TAG, this + " onPostExecute");
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java190 protected void onPostExecute(SaveImageInBackgroundData params) { method in class:SaveImageInBackgroundTask
/frameworks/base/core/java/android/webkit/
H A DWebView.java1247 protected void onPostExecute(Set<String> installedPackages) {

Completed in 418 milliseconds