Files
frameworks_base/core/java/android/os
Romain Guy e95003e4a1 Tighten up AsyncTask's semantics and behavior.
Bug #3109366
Bug #3109382

The new behavior of AsyncTask is the following:
- Unchanged if you don't call cancel()
- If you call cancel():
  - Either onCancelled() *OR* onPostExecute() is invoked
  - onCancelled() is invoked only after doInBackground() finishes

Change-Id: If53faec5890d2fa7098aea76973186a0b1026b39
2011-01-09 14:04:36 -08:00
..
2010-10-28 12:29:15 -07:00
2010-12-20 09:22:01 -08:00
2010-01-27 13:51:53 -08:00
2010-12-16 12:56:12 -08:00
2010-10-03 13:53:26 -07:00