summaryrefslogtreecommitdiffstats
path: root/telephony/java/com
diff options
context:
space:
mode:
authorWink Saville <wink@google.com>2012-11-15 15:16:45 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-11-15 15:16:45 -0800
commit69e25226a3020bfcd33f7f8beee6004dd2a292c3 (patch)
treeb8e92632406ec0aa3d36136be16c2b4050c1cecc /telephony/java/com
parentb690ac3b27d9b782a23a5f9a82bb3421e88716e3 (diff)
downloadframeworks_base-69e25226a3020bfcd33f7f8beee6004dd2a292c3.zip
frameworks_base-69e25226a3020bfcd33f7f8beee6004dd2a292c3.tar.gz
frameworks_base-69e25226a3020bfcd33f7f8beee6004dd2a292c3.tar.bz2
Revert "Separate voice and data radio technology/network type & registration state."
This reverts commit b690ac3b27d9b782a23a5f9a82bb3421e88716e3 Change-Id: I006ab1fb9c7fb8da64e2c481a2b6f0cb137deba4
Diffstat (limited to 'telephony/java/com')
-rw-r--r--telephony/java/com/android/internal/telephony/ITelephony.aidl14
1 files changed, 1 insertions, 13 deletions
diff --git a/telephony/java/com/android/internal/telephony/ITelephony.aidl b/telephony/java/com/android/internal/telephony/ITelephony.aidl
index a54a0ec..12a7286 100644
--- a/telephony/java/com/android/internal/telephony/ITelephony.aidl
+++ b/telephony/java/com/android/internal/telephony/ITelephony.aidl
@@ -261,23 +261,11 @@ interface ITelephony {
int getVoiceMessageCount();
/**
- * Returns the network type for data transmission
- *
- * @Deprecated to be removed Q3 2013 use {@link #getDataNetwork}.
+ * Returns the network type
*/
int getNetworkType();
/**
- * Returns the network type for data transmission
- */
- int getDataNetworkType();
-
- /**
- * Returns the network type for voice
- */
- int getVoiceNetworkType();
-
- /**
* Return true if an ICC card is present
*/
boolean hasIccCard();