es.cesar.quitesleep.callServices
Class NormalModeCallService

java.lang.Object
  extended by Service
      extended by es.cesar.quitesleep.callServices.NormalModeCallService

public class NormalModeCallService
extends Service

Author:
Cesar Valiente Gordo

Constructor Summary
NormalModeCallService()
           
 
Method Summary
 IBinder onBind(Intent intent)
           
 void onCreate()
           
 int onStartCommand(Intent intent, int flags, int startId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalModeCallService

public NormalModeCallService()
Method Detail

onCreate

public void onCreate()

onBind

public IBinder onBind(Intent intent)

onStartCommand

public int onStartCommand(Intent intent,
                          int flags,
                          int startId)