edu.hkust.afchecker.model
Interface ContextType


public interface ContextType

Author: Andrew
File history: Created on June 16, 2011. Last update on Sept. 16, 2012
Description: The context variables supported in our system.


Field Summary
static short BATTERY_LEVEL
          battery level
static short BT
          Detected Bluetooth devices
static short BT_COUNT
          the number of discoverable Bluetooth devices in the environemnt
static short GPS_LOCATION
          GPS Location
static short GPS_SPEED
          Speed in km/h
static short GPS_VALID
          the GPS sensor status
static short TIME
          time in hh:mm
static short WIFI_ID
          the accessible WiFi networks' SSID
 

Field Detail

GPS_VALID

static final short GPS_VALID
the GPS sensor status

See Also:
Constant Field Values

GPS_LOCATION

static final short GPS_LOCATION
GPS Location

See Also:
Constant Field Values

GPS_SPEED

static final short GPS_SPEED
Speed in km/h

See Also:
Constant Field Values

BT

static final short BT
Detected Bluetooth devices

See Also:
Constant Field Values

BT_COUNT

static final short BT_COUNT
the number of discoverable Bluetooth devices in the environemnt

See Also:
Constant Field Values

TIME

static final short TIME
time in hh:mm

See Also:
Constant Field Values

WIFI_ID

static final short WIFI_ID
the accessible WiFi networks' SSID

See Also:
Constant Field Values

BATTERY_LEVEL

static final short BATTERY_LEVEL
battery level

See Also:
Constant Field Values