HomeSort by relevance Sort by last modified time
    Searched defs:IntentService (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/android/app/
IntentService.java 27 * IntentService is a base class for {@link Service}s that handle asynchronous
34 * from an application's main thread. The IntentService class exists to
36 * IntentService and implement {@link #onHandleIntent(Intent)}. IntentService
46 public abstract class IntentService extends Service {
65 * Creates an IntentService. Invoked by your subclass's constructor.
69 public IntentService(String name) {
101 HandlerThread thread = new HandlerThread("IntentService[" + mName + "]");
137 * the same IntentService, but it will not hold up anything else.
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 42 milliseconds