summaryrefslogtreecommitdiffstats
path: root/telephony/tests
diff options
context:
space:
mode:
authorNaveen Kalla <nkalla@quicinc.com>2011-12-29 15:07:41 -0800
committerWink Saville <wink@google.com>2011-12-29 15:08:20 -0800
commitfc2cbe9b46ab17a401dc50f8e0dbb677ed012299 (patch)
tree345261a8e3de3aab3c98b054227c3d08d7946f5a /telephony/tests
parentcbc46d145a799121424f677b62a0d438feb4f911 (diff)
downloadframeworks_base-fc2cbe9b46ab17a401dc50f8e0dbb677ed012299.zip
frameworks_base-fc2cbe9b46ab17a401dc50f8e0dbb677ed012299.tar.gz
frameworks_base-fc2cbe9b46ab17a401dc50f8e0dbb677ed012299.tar.bz2
Separate SIM states from Radio states
Radio state reflects the state of the modem. SIM_READY, RUIM_READY, NV_READY are subscription states and it is possible that the new cards have multiple subscriptions. Remove the SIM states from Radio State and introduce a new VOICE_RADIO_TECH message to identify the exact voice technology. SIM states will continue to be identified from the SIM_STATUS messages. Change-Id: Ia67d54f43b6c3340d9cf5c27fcb6f7ef49ef4d40
Diffstat (limited to 'telephony/tests')
-rw-r--r--telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/UsimDataDownloadCommands.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/UsimDataDownloadCommands.java b/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/UsimDataDownloadCommands.java
index 7e0d3c4..b385cee 100644
--- a/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/UsimDataDownloadCommands.java
+++ b/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/UsimDataDownloadCommands.java
@@ -608,4 +608,8 @@ class UsimDataDownloadCommands extends BaseCommands {
@Override
public void requestIsimAuthentication(String nonce, Message response) {
}
+
+ @Override
+ public void getVoiceRadioTechnology(Message response) {
+ }
}