summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorJake Hamby <jhamby@google.com>2010-08-12 12:35:43 -0700
committerJake Hamby <jhamby@google.com>2010-08-13 12:16:15 -0700
commita8f39537ca881d23b9240d19a3d6a32f58739119 (patch)
tree2a8d2bb8e1c2f543c70edc2f6aa7232e99728ac2 /telephony
parent94364b91a2894bf037b8beb027132fbb812e1434 (diff)
downloadframeworks_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')
-rw-r--r--telephony/java/com/android/internal/telephony/PhoneSubInfo.java2
-rw-r--r--telephony/java/com/android/internal/telephony/test/SimulatedCommands.java1
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);
}