Home
last modified time | relevance | path

Searched defs:onCancelled (Results 1 – 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/security/
DKeyStoreUsage.java347 protected void onCancelled() { in onCancelled() method in KeyStoreUsage.GenerateTask
408 protected void onCancelled() { in onCancelled() method in KeyStoreUsage.SignTask
483 protected void onCancelled() { in onCancelled() method in KeyStoreUsage.VerifyTask
522 protected void onCancelled() { in onCancelled() method in KeyStoreUsage.DeleteTask
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DAsyncTask.java429 protected void onCancelled(Result result) { in onCancelled() method in AsyncTask
445 protected void onCancelled() { in onCancelled() method in AsyncTask
DImageWorker.java337 protected void onCancelled(BitmapDrawable value) { in onCancelled() method in ImageWorker.BitmapWorkerTask
/development/samples/browseable/BasicRenderScript/src/com.example.android.basicrenderscript/
DMainActivity.java160 protected void onCancelled(Integer result) { in onCancelled() method in MainActivity.RenderScriptTask
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticatorActivity.java319 protected void onCancelled() { in onCancelled() method in AuthenticatorActivity.UserLoginTask
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
DMainActivity.java307 protected void onCancelled(Integer result) { in onCancelled() method in MainActivity.RenderScriptTask
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java263 protected void onCancelled(Bitmap bitmap) { in onCancelled() method in ImageLoader.BitmapWorkerTask