Searched defs:onPostExecute (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
H A DLargeAssetTest.java98 protected void onPostExecute(Boolean result) { method in class:LargeAssetTest.Validator
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DTextureBase.java38 protected void onPostExecute(Boolean result) { method in class:TextureBase.SingleImageLoaderTask
H A DColladaScene.java99 protected void onPostExecute(Boolean result) { method in class:ColladaScene.ColladaLoaderTask
132 protected void onPostExecute(Boolean result) { method in class:ColladaScene.A3DLoaderTask
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppLoadingScreen.java100 protected void onPostExecute(Boolean result) { method in class:TestAppLoadingScreen.LoadingScreenLoaderTask
/frameworks/base/core/java/android/content/
H A DAsyncTaskLoader.java88 protected void onPostExecute(D data) { method in class:AsyncTaskLoader.LoadTask
89 if (DEBUG) Slog.v(TAG, this + " onPostExecute");
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DAsyncRunner.java109 onPostExecute(result);
113 protected void onPostExecute(RunnerResult result) { method in class:AsyncRunner.AsyncRunnerTask
/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.java198 protected void onPostExecute(Void v) { method in class:ProfileActivity.StoreFileTask
/frameworks/support/v4/java/android/support/v4/content/
H A DAsyncTaskLoader.java58 protected void onPostExecute(D data) { method in class:AsyncTaskLoader.LoadTask
59 if (DEBUG) Log.v(TAG, this + " onPostExecute");
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);
/frameworks/base/core/java/android/os/
H A DAsyncTask.java50 * <code>onProgressUpdate</code> and <code>onPostExecute</code>.</p>
62 * second one ({@link #onPostExecute}.)</p>
83 * protected void onPostExecute(Long result) {
129 * <li>{@link #onPostExecute}, invoked on the UI thread after the background
138 * {@link #onPostExecute(Object)} will be invoked after {@link #doInBackground(Object[])}
151 * <li>Do not call {@link #onPreExecute()}, {@link #onPostExecute},
164 * {@link #onProgressUpdate} and {@link #onPostExecute}.
262 * Indicates that {@link AsyncTask#onPostExecute} has finished.
345 * @see #onPostExecute
353 * @see #onPostExecute
372 protected void onPostExecute(Result result) { method in class:AsyncTask
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java223 protected void onPostExecute(SaveImageInBackgroundData params) { method in class:SaveImageInBackgroundTask

Completed in 143 milliseconds