Uses of Class
android.os.AsyncTask.Status

Packages that use AsyncTask.Status
android.os   
 

Uses of AsyncTask.Status in android.os
 

Methods in android.os that return AsyncTask.Status
 AsyncTask.Status AsyncTask.getStatus()
           
static AsyncTask.Status AsyncTask.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AsyncTask.Status[] AsyncTask.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2008-2012. All Rights Reserved.