public class WimaxManagerConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXTRA_4G_STATE |
static String |
EXTRA_NEW_SIGNAL_LEVEL
The lookup key for an int that indicates Wimax signal level.
|
static String |
EXTRA_WIMAX_STATE
The lookup key for an int that indicates whether Wimax state is
scanning, connecting, connected, disconnecting, disconnected
initializing, initialized, unknown and ready.
|
static String |
EXTRA_WIMAX_STATE_DETAIL
The lookup key for an int that indicates whether state of Wimax
is idle.
|
static String |
EXTRA_WIMAX_STATE_INT |
static String |
EXTRA_WIMAX_STATUS
The lookup key for an int that indicates whether Wimax is enabled,
disabled, enabling, disabling, or unknown.
|
static String |
NET_4G_STATE_CHANGED_ACTION
Broadcast intent action indicating that Wimax has been enabled, disabled,
enabling, disabling, or unknown.
|
static int |
NET_4G_STATE_DISABLED
Indicatates Wimax is disabled.
|
static int |
NET_4G_STATE_ENABLED
Indicatates Wimax is enabled.
|
static int |
NET_4G_STATE_UNKNOWN
Indicatates Wimax status is known.
|
static String |
SIGNAL_LEVEL_CHANGED_ACTION
Broadcast intent action indicating that Wimax signal level has been changed.
|
static int |
WIMAX_DEREGISTRATION
Indicatates Wimax is being deregistered.
|
static int |
WIMAX_IDLE
Indicatates Wimax is in idle state.
|
static String |
WIMAX_NETWORK_STATE_CHANGED_ACTION
Broadcast intent action indicating that Wimax state has been changed
state could be scanning, connecting, connected, disconnecting, disconnected
initializing, initialized, unknown and ready.
|
static String |
WIMAX_SERVICE
Used by android.net.wimax.WimaxManager for handling management of
Wimax access.
|
static int |
WIMAX_STATE_CONNECTED
Indicatates wimax state is connected.
|
static int |
WIMAX_STATE_DISCONNECTED
Indicatates wimax state is disconnected.
|
static int |
WIMAX_STATE_UNKNOWN
Indicatates wimax state is unknown.
|
Constructor and Description |
---|
WimaxManagerConstants() |
public static final String WIMAX_SERVICE
public static final String NET_4G_STATE_CHANGED_ACTION
public static final String EXTRA_WIMAX_STATUS
public static final String WIMAX_NETWORK_STATE_CHANGED_ACTION
public static final String SIGNAL_LEVEL_CHANGED_ACTION
public static final String EXTRA_WIMAX_STATE
public static final String EXTRA_4G_STATE
public static final String EXTRA_WIMAX_STATE_INT
public static final String EXTRA_WIMAX_STATE_DETAIL
public static final String EXTRA_NEW_SIGNAL_LEVEL
public static final int NET_4G_STATE_DISABLED
public static final int NET_4G_STATE_ENABLED
public static final int NET_4G_STATE_UNKNOWN
public static final int WIMAX_IDLE
public static final int WIMAX_DEREGISTRATION
public static final int WIMAX_STATE_UNKNOWN
public static final int WIMAX_STATE_CONNECTED
public static final int WIMAX_STATE_DISCONNECTED