am ee3f6ef2: Merge "DO NOT MERGE Support WiMAX Settings & ticker message" into gingerbread

* commit 'ee3f6ef2fc7bcfae9d8af8430760388f653a10c8':
  DO NOT MERGE Support WiMAX Settings & ticker message
This commit is contained in:
Simon Wilson
2011-03-14 13:34:18 -07:00
committed by Android Git Automerger
5 changed files with 14 additions and 0 deletions

View File

@@ -2564,6 +2564,14 @@ public final class Settings {
public static final String WIFI_NETWORKS_AVAILABLE_REPEAT_DELAY =
"wifi_networks_available_repeat_delay";
/**
* Whether to nofity the user of WiMAX network.
* If WiMAX is connected or disconnected, we will put this notification up.
* @hide
*/
public static final String WIMAX_NETWORKS_AVAILABLE_NOTIFICATION_ON =
"wimax_networks_available_notification_on";
/**
* The number of radio channels that are allowed in the local
* 802.11 regulatory domain.
@@ -2700,6 +2708,12 @@ public final class Settings {
public static final String WIFI_MOBILE_DATA_TRANSITION_WAKELOCK_TIMEOUT_MS =
"wifi_mobile_data_transition_wakelock_timeout_ms";
/**
* Whether the Wimax should be on. Only the WiMAX service should touch this.
* @hide
*/
public static final String WIMAX_ON = "wimax_on";
/**
* Whether background data usage is allowed by the user. See
* ConnectivityManager for more info.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB