public class

EmptyService

extends Service
java.lang.Object
   ↳ android.content.Context
     ↳ android.content.ContextWrapper
       ↳ android.app.Service
         ↳ com.android.contacts.util.EmptyService

Class Overview

Background Service that is used to keep our process alive long enough for background threads to finish. Started and stopped directly by specific background tasks when needed.

Summary

[Expand]
Inherited Constants
From class android.app.Service
From class android.content.Context
From interface android.content.ComponentCallbacks2
Public Constructors
EmptyService()
Public Methods
IBinder onBind(Intent intent)
[Expand]
Inherited Methods
From class android.app.Service
From class android.content.ContextWrapper
From class android.content.Context
From class java.lang.Object
From interface android.content.ComponentCallbacks
From interface android.content.ComponentCallbacks2

Public Constructors

public EmptyService ()

Public Methods

public IBinder onBind (Intent intent)