summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorrepo sync <dxn738@motorola.com>2009-07-27 06:34:37 -0500
committerWink Saville <wink@google.com>2009-07-28 12:26:24 -0700
commita1fd1efb52294360d09a4a4f5b6daabafd3c6603 (patch)
tree3263a870627a456aa824555e820501a901d1b4a7 /telephony
parentb3c82efb4725e959a50dca3f7ff50d1d99a059b4 (diff)
downloadframeworks_base-a1fd1efb52294360d09a4a4f5b6daabafd3c6603.zip
frameworks_base-a1fd1efb52294360d09a4a4f5b6daabafd3c6603.tar.gz
frameworks_base-a1fd1efb52294360d09a4a4f5b6daabafd3c6603.tar.bz2
Voicemail number setting is throwing exception
Diffstat (limited to 'telephony')
-rwxr-xr-xtelephony/java/com/android/internal/telephony/cdma/CDMAPhone.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java b/telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java
index aec7aee..dda0187 100755
--- a/telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java
+++ b/telephony/java/com/android/internal/telephony/cdma/CDMAPhone.java
@@ -1057,6 +1057,7 @@ public class CDMAPhone extends PhoneBase {
onComplete.sendToTarget();
}
}
+ break;
default:{
throw new RuntimeException("unexpected event not handled");