public interface BGMessageConstants
BGMessageHandler
,
LogMessage
,
BGExceptionConstants
Modifier and Type | Field and Description |
---|---|
static int |
AGENT_PAUSED
Info: sync agent has been paused
|
static int |
AGENT_RESUMED
Info: sync agent has been resumed
|
static int |
AGENT_STARTED
Info: sync agent has been started
|
static int |
AGENT_STOPPED
Info: sync agent has been stopped
|
static int |
APPLY_FAILED
Error: apply failed
|
static int |
APPLY_FINISHED
Info: apply has finished successfully
|
static int |
APPLY_STARTED
Info: apply has started
|
static int |
BATTERY_LOW
Warning: battery low
|
static int |
COMPOSE_FAILED
Error: compose failed
|
static int |
COMPOSE_FINISHED
Info: compose has finished successfully
|
static int |
COMPOSE_STARTED
Info: compose has started
|
static int |
DUPLICATE_PLATFORM_DB
Duplicate platform database detected
|
static int |
INTERNAL_ERROR
Error: internal error has occured
|
static int |
INVALID_SERVER_NOTIFICATION
Error: invalid server notification received
|
static int |
MEMORY_LOW
Warning: memory low
|
static int |
NET_AUTODIAL_FAILED
Error: failed to dial up specified network
|
static int |
NET_MANAGER_ERROR
Error: failed to evaluate network state
|
static int |
NETWORK_CHANGED
Info: network has changed
|
static int |
NETWORK_EVAL
Info: evaluated network
|
static int |
NO_NETWORK |
static int |
PLAT_RULE_IN_NON_PLAT_DB
Error: found platform rule in non-platform database
|
static int |
POWER_MANAGER_ERROR
Error: failed to evaluate power state
|
static int |
RULE_EVAL_DB_LOCKED
Failed to evaluate DB rule because client database is locked
|
static int |
RULE_EVAL_FAILED
Error: failed to evaluate a rule
|
static int |
RULE_LOAD_FAILED
Error: failed to load or parse a background sync rule
|
static int |
SERVER_NOTIFICATION
Info: server notification has been received
|
static int |
SERVER_NOTIFICATION_FAILED
Error: failed to get server notification
|
static int |
SYNC_FAILED
Error: sync failed
|
static int |
SYNC_FINISHED
Info: sync has finished successfully
|
static int |
SYNC_STARTED
Info: sync has started
|
static int |
TRACE
Info: trace message with debug information
|
static int |
UNKNOWN |
static final int AGENT_PAUSED
static final int AGENT_RESUMED
static final int AGENT_STARTED
static final int AGENT_STOPPED
static final int APPLY_FAILED
static final int APPLY_FINISHED
static final int APPLY_STARTED
static final int BATTERY_LOW
static final int COMPOSE_FAILED
static final int COMPOSE_FINISHED
static final int COMPOSE_STARTED
static final int DUPLICATE_PLATFORM_DB
static final int INTERNAL_ERROR
static final int INVALID_SERVER_NOTIFICATION
static final int MEMORY_LOW
static final int NET_AUTODIAL_FAILED
static final int NET_MANAGER_ERROR
static final int NETWORK_CHANGED
static final int NETWORK_EVAL
static final int NO_NETWORK
static final int PLAT_RULE_IN_NON_PLAT_DB
static final int POWER_MANAGER_ERROR
static final int RULE_EVAL_DB_LOCKED
static final int RULE_EVAL_FAILED
static final int RULE_LOAD_FAILED
static final int SERVER_NOTIFICATION
static final int SERVER_NOTIFICATION_FAILED
static final int SYNC_FAILED
static final int SYNC_FINISHED
static final int SYNC_STARTED
static final int TRACE
static final int UNKNOWN