diff options
author | Jake Hamby <jhamby@google.com> | 2010-08-12 12:35:43 -0700 |
---|---|---|
committer | Jake Hamby <jhamby@google.com> | 2010-08-13 12:16:15 -0700 |
commit | a8f39537ca881d23b9240d19a3d6a32f58739119 (patch) | |
tree | 2a8d2bb8e1c2f543c70edc2f6aa7232e99728ac2 /telephony/java | |
parent | 94364b91a2894bf037b8beb027132fbb812e1434 (diff) | |
download | frameworks_base-a8f39537ca881d23b9240d19a3d6a32f58739119.zip frameworks_base-a8f39537ca881d23b9240d19a3d6a32f58739119.tar.gz frameworks_base-a8f39537ca881d23b9240d19a3d6a32f58739119.tar.bz2 |
Fix typo and bug in CTS test class.
- Fix Javadoc typo in PhoneSubInfo.java
- Fix ArrayIndexOutOfBoundsException in SimulatedCommands.java
Change-Id: I40dcd52cf9d6990f1f845fca5c1d61cdff93f4d7
Diffstat (limited to 'telephony/java')
-rw-r--r-- | telephony/java/com/android/internal/telephony/PhoneSubInfo.java | 2 | ||||
-rw-r--r-- | telephony/java/com/android/internal/telephony/test/SimulatedCommands.java | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/telephony/java/com/android/internal/telephony/PhoneSubInfo.java b/telephony/java/com/android/internal/telephony/PhoneSubInfo.java index 86c86bb..a45cad1 100644 --- a/telephony/java/com/android/internal/telephony/PhoneSubInfo.java +++ b/telephony/java/com/android/internal/telephony/PhoneSubInfo.java @@ -111,7 +111,7 @@ public class PhoneSubInfo extends IPhoneSubInfo.Stub { } /** - * Retrieves the compelete voice mail number. + * Retrieves the complete voice mail number. * * @hide */ diff --git a/telephony/java/com/android/internal/telephony/test/SimulatedCommands.java b/telephony/java/com/android/internal/telephony/test/SimulatedCommands.java index a120f52..9c72e5a 100644 --- a/telephony/java/com/android/internal/telephony/test/SimulatedCommands.java +++ b/telephony/java/com/android/internal/telephony/test/SimulatedCommands.java @@ -844,7 +844,6 @@ public final class SimulatedCommands extends BaseCommands ret[11] = null; ret[12] = null; ret[13] = null; - ret[14] = null; resultSuccess(result, ret); } |