|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectService
es.ucm.look.locationProviderWifi.WifiService
public class WifiService
Location Service implemented as Android Service.
Nested Class Summary | |
---|---|
class |
WifiService.ServicioBinder
Service binder class. |
Field Summary | |
---|---|
static java.lang.String |
APS
Access points file. |
static java.lang.String |
ENTRENAMIENTO
Fingerprints file. |
static boolean |
LOG
Whether to enable logging or not. |
static java.lang.String |
LOG_FILE
Log file. |
static int |
MAX_COUNT
Nunmber of scans for each measurement. |
int |
NOTIFICATION
Unique identification number for the notification. |
Constructor Summary | |
---|---|
WifiService()
|
Method Summary | |
---|---|
Lugar |
getPosicion()
|
IBinder |
onBind(Intent arg0)
|
void |
onCreate()
|
void |
onDestroy()
|
int |
onStartCommand(Intent intent,
int flags,
int startId)
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String APS
public static final java.lang.String ENTRENAMIENTO
public static final boolean LOG
public static final java.lang.String LOG_FILE
public static final int MAX_COUNT
public int NOTIFICATION
Constructor Detail |
---|
public WifiService()
Method Detail |
---|
public Lugar getPosicion()
public IBinder onBind(Intent arg0)
public void onCreate()
public void onDestroy()
public int onStartCommand(Intent intent, int flags, int startId)
public void start()
public void stop()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |