| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SHOW_NOTIFICATION |
2 |
public static final String |
TEXT |
"TEXT" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DATABASE_NAME |
"AIRS" |
public static final String |
DATABASE_TABLE_CREATE |
"CREATE TABLE IF NOT EXISTS airs_values ( Timestamp BIGINT, Symbol CHAR(2), Value TEXT);" |
public static final String |
DATABASE_TABLE_CREATE2 |
"CREATE TABLE IF NOT EXISTS airs_dates (Year INT, Month INT, Day INT, Types INT);" |
public static final String |
DATABASE_TABLE_CREATE3 |
"CREATE TABLE IF NOT EXISTS airs_sensors_used (Timestamp BIGINT, Symbol CHAR(2));" |
public static final String |
DATABASE_TABLE_INDEX3 |
"CREATE INDEX IF NOT EXISTS airs_sensors_used_timestamp ON airs_sensors_used (Timestamp)" |
public static final String |
DATABASE_TABLE_NAME |
"airs_values" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
max_handlers |
24 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
max_handlers |
12 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
SENSOR_INVALID |
1 |
public static final int |
SENSOR_SUSPEND |
2 |
public static final int |
SENSOR_VALID |
0 |