HomeSort by relevance Sort by last modified time
    Searched refs:onPostExecute (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
PrepareMusicRetrieverTask.java 43 protected void onPostExecute(Void result) {
  /packages/apps/Contacts/src/com/android/contacts/util/
WeakAsyncTask.java 53 protected final void onPostExecute(Result result) {
56 this.onPostExecute(target, result);
66 protected void onPostExecute(WeakTarget target, Result result) {
PhoneNumberFormatter.java 48 protected void onPostExecute(PhoneNumberFormattingTextWatcher watcher) {
55 // Note changes the user made before onPostExecute() will not be formatted, but
  /cts/tests/src/android/app/cts/
ActivityManagerMemoryClassTestActivity.java 69 protected void onPostExecute(Void result) {
70 super.onPostExecute(result);
  /packages/apps/Phone/src/com/android/phone/
CallLogAsync.java 173 protected void onPostExecute(Uri[] result) {
204 return number; // passed to the onPostExecute method.
210 protected void onPostExecute(String number) {
  /frameworks/base/test-runner/src/android/test/
LoaderTestCase.java 44 protected void onPostExecute(Void result) {}
  /packages/apps/Gallery/src/com/android/camera/
ReverseGeocoderTask.java 71 protected void onPostExecute(String location) {
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
LoadScreennailTask.java 64 protected void onPostExecute(Bitmap result) {
  /system/media/mca/filterfw/java/android/filterfw/core/
AsyncRunner.java 109 onPostExecute(result);
113 protected void onPostExecute(RunnerResult result) {
  /cts/tests/tests/holo/src/android/holo/cts/
BitmapDeletionActivity.java 64 protected void onPostExecute(Boolean success) {
LayoutTestActivity.java 143 protected void onPostExecute(Boolean success) {
220 protected void onPostExecute(String[] paths) {
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 107 protected void onPostExecute(ContactInfo result) {
  /frameworks/base/tests/LargeAssetTest/src/com/android/largeassettest/
LargeAssetTest.java 98 protected void onPostExecute(Boolean result) {
  /packages/apps/Contacts/src/com/android/contacts/calllog/
ClearCallLogDialog.java 59 protected void onPostExecute(Void result) {
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmPreference.java 84 protected void onPostExecute(String title) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ReportExporter.java 104 protected void onPostExecute(String result) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 172 protected void onPostExecute(List<BackupItem> result) {
173 super.onPostExecute(result);
222 protected void onPostExecute(Exception exception) {
223 super.onPostExecute(exception);
  /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) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 245 protected void onPostExecute(Set<File> results) {
246 super.onPostExecute(results);
  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 78 method = "onPostExecute",
123 // even though the background task has run, the onPostExecute() may not have been
125 // has completed, which guarantees that onPostExecute has been called.
283 protected void onPostExecute(Long result) {
284 super.onPostExecute(result);
  /frameworks/base/core/java/android/os/
AsyncTask.java 43 * <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
    [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);
  /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 150 @Override protected void onPostExecute(CertificateAdapter adapter) {
341 @Override protected void onPostExecute(String subjectString) {
416 @Override protected void onPostExecute(Void unused) {

Completed in 1311 milliseconds

1 2 3 4