Fields Summary |
---|
public static final String | WIMAX_SERVICEUsed by android.net.wimax.WimaxManager for handling management of
Wimax access. |
public static final String | NET_4G_STATE_CHANGED_ACTIONBroadcast intent action indicating that Wimax has been enabled, disabled,
enabling, disabling, or unknown. One extra provides this state as an int.
Another extra provides the previous state, if available. |
public static final String | EXTRA_WIMAX_STATUSThe lookup key for an int that indicates whether Wimax is enabled,
disabled, enabling, disabling, or unknown. |
public static final String | WIMAX_NETWORK_STATE_CHANGED_ACTIONBroadcast intent action indicating that Wimax state has been changed
state could be scanning, connecting, connected, disconnecting, disconnected
initializing, initialized, unknown and ready. One extra provides this state as an int.
Another extra provides the previous state, if available. |
public static final String | SIGNAL_LEVEL_CHANGED_ACTIONBroadcast intent action indicating that Wimax signal level has been changed.
Level varies from 0 to 3. |
public static final String | EXTRA_WIMAX_STATEThe lookup key for an int that indicates whether Wimax state is
scanning, connecting, connected, disconnecting, disconnected
initializing, initialized, unknown and ready. |
public static final String | EXTRA_4G_STATE |
public static final String | EXTRA_WIMAX_STATE_INT |
public static final String | EXTRA_WIMAX_STATE_DETAILThe lookup key for an int that indicates whether state of Wimax
is idle. |
public static final String | EXTRA_NEW_SIGNAL_LEVELThe lookup key for an int that indicates Wimax signal level. |
public static final int | NET_4G_STATE_DISABLEDIndicatates Wimax is disabled. |
public static final int | NET_4G_STATE_ENABLEDIndicatates Wimax is enabled. |
public static final int | NET_4G_STATE_UNKNOWNIndicatates Wimax status is known. |
public static final int | WIMAX_IDLEIndicatates Wimax is in idle state. |
public static final int | WIMAX_DEREGISTRATIONIndicatates Wimax is being deregistered. |
public static final int | WIMAX_STATE_UNKNOWNIndicatates wimax state is unknown. |
public static final int | WIMAX_STATE_CONNECTEDIndicatates wimax state is connected. |
public static final int | WIMAX_STATE_DISCONNECTEDIndicatates wimax state is disconnected. |