public class SystemStateTable
Modifier and Type | Field and Description |
---|---|
static SystemStateTable |
INSTANCE |
static java.lang.String |
IS_SESSION_OPENED_COLUMN_NAME |
static java.lang.String |
IS_SESSION_OPENED_PATH |
static android.net.Uri |
IS_SESSION_OPENED_URI |
static java.lang.String |
LAST_SESSION_NUMBER_COLUMN_NAME |
static java.lang.String |
LAST_SESSION_NUMBER_PATH |
static android.net.Uri |
LAST_SESSION_NUMBER_URI |
public static java.lang.String IS_SESSION_OPENED_COLUMN_NAME
public static java.lang.String LAST_SESSION_NUMBER_COLUMN_NAME
public static java.lang.String IS_SESSION_OPENED_PATH
public static java.lang.String LAST_SESSION_NUMBER_PATH
public static android.net.Uri IS_SESSION_OPENED_URI
public static android.net.Uri LAST_SESSION_NUMBER_URI
public static SystemStateTable INSTANCE