HomeSort by relevance Sort by last modified time
    Searched refs:onPostExecute (Results 26 - 50 of 140) sorted by null

12 3 4 5 6

  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppLoadingScreen.java 100 protected void onPostExecute(Boolean result) {
  /packages/apps/Contacts/src/com/android/contacts/voicemail/
VoicemailPlaybackPresenter.java 212 public void onPostExecute(Boolean hasContent) {
283 public void onPostExecute(Boolean hasContent) {
323 public void onPostExecute(Exception exception) {
455 public void onPostExecute(Exception exception) {
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
ContactsDumpActivity.java 110 protected void onPostExecute(Uri uri) {
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
AsyncTask.java 70 * <code>onProgressUpdate</code> and <code>onPostExecute</code>.</p>
82 * second one ({@link #onPostExecute}.)</p>
103 * protected void onPostExecute(Long result) {
149 * <li>{@link #onPostExecute}, invoked on the UI thread after the background
158 * {@link #onPostExecute(Object)} will be invoked after {@link #doInBackground(Object[])}
171 * <li>Do not call {@link #onPreExecute()}, {@link #onPostExecute},
184 * {@link #onProgressUpdate} and {@link #onPostExecute}.
288 * Indicates that {@link AsyncTask#onPostExecute} has finished.
371 * @see #onPostExecute
379 * @see #onPostExecute
    [all...]
  /frameworks/base/core/java/android/os/
AsyncTask.java 50 * <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
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
ModernAsyncTask.java 99 * Indicates that {@link android.os.AsyncTask#onPostExecute(Object)} has finished.
185 * @see #onPostExecute
193 * @see #onPostExecute
212 protected void onPostExecute(Result result) {
288 * returns. Calling this method guarantees that {@link #onPostExecute(Object)}
461 onPostExecute(result);
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailAsyncTask.java 32 * - Instead of {@link AsyncTask#onPostExecute}, it has {@link #onSuccess(Object)}, as the
33 * regular {@link AsyncTask#onPostExecute} is a bit hard to predict when it'll be called and
128 public void onPostExecute(Result2 result) {
170 * Similar to {@link AsyncTask#onPostExecute}, but this will never be executed if
174 * @see AsyncTask#onPostExecute
272 mInnerTask.onPostExecute(result);
  /packages/apps/Phone/src/com/android/phone/
CallerInfoCache.java 119 protected void onPostExecute(Void result) {
120 if (VDBG) log("CacheAsyncTask#onPostExecute()");
121 super.onPostExecute(result);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
TagVerifierActivity.java 218 protected void onPostExecute(TagVerifier tagVerifier) {
262 protected void onPostExecute(Result result) {
263 super.onPostExecute(result);
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainActivity.java 151 @Override protected void onPostExecute(CertificateAdapter adapter) {
349 @Override protected void onPostExecute(String subjectString) {
424 @Override protected void onPostExecute(Void unused) {
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
PlaybackActivity.java 104 protected void onPostExecute(RunData data) {
  /gdk/samples/PhotoEditor/src/com/android/photoeditor/
SaveCopyTask.java 90 protected void onPostExecute(Uri result) {
  /packages/apps/Contacts/src/com/android/contacts/list/
ProviderStatusWatcher.java 259 protected void onPostExecute(Boolean loaded) {
ShortcutIntentBuilder.java 200 protected void onPostExecute(Void result) {
236 protected void onPostExecute(Void result) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/
BaseAdapterWithImages.java 97 protected void onPostExecute(Bitmap bitmap) {
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java 65 * @see #onPostExecute
158 protected void onPostExecute(List<Map<String, String>> items) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 148 protected void onPostExecute(RefreshResult result) {
149 super.onPostExecute(result);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 247 protected void onPostExecute(Set<File> results) {
248 super.onPostExecute(results);
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutTestActivity.java 146 protected void onPostExecute(Boolean success) {
264 protected void onPostExecute(String[] paths) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountServerBaseFragment.java 344 protected void onPostExecute(Account duplicateAccount) {
382 protected void onPostExecute(Void result) {
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 386 protected void onPostExecute(Integer result) {
387 super.onPostExecute(result);
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstaller.java 214 @Override protected void onPostExecute(Boolean success) {
299 @Override protected void onPostExecute(Boolean success) {
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 249 @Override protected void onPostExecute(List<CertHolder> certHolders) {
413 @Override protected void onPostExecute(Boolean ok) {
  /cts/tests/tests/uidisolation/src/android/uidisolation/cts/
PermissionTestService.java 87 protected void onPostExecute(Boolean success) {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
AuthenticatorActivity.java 312 protected void onPostExecute(final String authToken) {

Completed in 739 milliseconds

12 3 4 5 6