diff options
author | jsh <jsh@google.com> | 2010-03-11 15:04:43 -0800 |
---|---|---|
committer | jsh <jsh@google.com> | 2010-03-15 15:31:08 -0700 |
commit | 8214deb542392f48b6c3fdc377fdf976c0b17a32 (patch) | |
tree | 4a6d0fabd7ef0990979609c165b86a0eadfa9122 /telephony | |
parent | 4f096dcf6ae068a144b8044cf55ba886823e66d3 (diff) | |
download | frameworks_base-8214deb542392f48b6c3fdc377fdf976c0b17a32.zip frameworks_base-8214deb542392f48b6c3fdc377fdf976c0b17a32.tar.gz frameworks_base-8214deb542392f48b6c3fdc377fdf976c0b17a32.tar.bz2 |
Add definitions for WiMAX and iDen network types.
b/2509185
Change-Id: Icf07ce857874e200712218713edbdbb47e646297
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/android/telephony/TelephonyManager.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/TelephonyManager.java b/telephony/java/android/telephony/TelephonyManager.java index a6b1d93..ae5b1de 100644 --- a/telephony/java/android/telephony/TelephonyManager.java +++ b/telephony/java/android/telephony/TelephonyManager.java @@ -389,6 +389,8 @@ public class TelephonyManager { public static final int NETWORK_TYPE_HSUPA = 9; /** Current network is HSPA */ public static final int NETWORK_TYPE_HSPA = 10; + /** Current network is iDen */ + public static final int NETWORK_TYPE_IDEN = 11; /** * Returns a constant indicating the radio technology (network type) |