diff options
author | Wink Saville <wink@google.com> | 2012-11-14 17:03:01 -0800 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2012-11-14 17:03:01 -0800 |
commit | b690ac3b27d9b782a23a5f9a82bb3421e88716e3 (patch) | |
tree | d3077b156ec6e9d1a5456550490bd356b32d7da4 /api | |
parent | b80bc6737f27d6e9ab72a46cea266fd8a29a57e6 (diff) | |
download | frameworks_base-b690ac3b27d9b782a23a5f9a82bb3421e88716e3.zip frameworks_base-b690ac3b27d9b782a23a5f9a82bb3421e88716e3.tar.gz frameworks_base-b690ac3b27d9b782a23a5f9a82bb3421e88716e3.tar.bz2 |
Separate voice and data radio technology/network type & registration state.
Change-Id: I2802eb5c5833e3b81891da82b71acc51ca5af81f
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index a54a0bc..2b38bf0 100644 --- a/api/current.txt +++ b/api/current.txt @@ -20855,18 +20855,22 @@ package android.telephony { ctor public ServiceState(android.os.Parcel); method protected void copyFrom(android.telephony.ServiceState); method public int describeContents(); + method public int getDataRegState(); method public boolean getIsManualSelection(); method public java.lang.String getOperatorAlphaLong(); method public java.lang.String getOperatorAlphaShort(); method public java.lang.String getOperatorNumeric(); method public boolean getRoaming(); method public int getState(); + method public int getVoiceState(); + method public void setDataRegState(int); method public void setIsManualSelection(boolean); method public void setOperatorName(java.lang.String, java.lang.String, java.lang.String); method public void setRoaming(boolean); method public void setState(int); method public void setStateOff(); method public void setStateOutOfService(); + method public void setVoiceState(int); method public void writeToParcel(android.os.Parcel, int); field public static final android.os.Parcelable.Creator CREATOR; field public static final int STATE_EMERGENCY_ONLY = 2; // 0x2 @@ -20968,6 +20972,7 @@ package android.telephony { method public int getCallState(); method public android.telephony.CellLocation getCellLocation(); method public int getDataActivity(); + method public int getDataNetworkType(); method public int getDataState(); method public java.lang.String getDeviceId(); method public java.lang.String getDeviceSoftwareVersion(); @@ -20986,6 +20991,7 @@ package android.telephony { method public java.lang.String getSubscriberId(); method public java.lang.String getVoiceMailAlphaTag(); method public java.lang.String getVoiceMailNumber(); + method public int getVoiceNetworkType(); method public boolean hasIccCard(); method public boolean isNetworkRoaming(); method public void listen(android.telephony.PhoneStateListener, int); |