summaryrefslogtreecommitdiffstats
path: root/telephony/tests
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-11 15:32:12 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-11 15:32:12 -0700
commitcf88cf878be96a564b38f428c161cc864dfad56d (patch)
tree4ddc0f3117db326d013f9a1830d73e07e0d3cac2 /telephony/tests
parent14854820eac895a925791fb41ccd330447fd4f02 (diff)
parent15f7ff3c5a0a99f75b6c0babdc1d44e4b8aab39f (diff)
downloadframeworks_base-cf88cf878be96a564b38f428c161cc864dfad56d.zip
frameworks_base-cf88cf878be96a564b38f428c161cc864dfad56d.tar.gz
frameworks_base-cf88cf878be96a564b38f428c161cc864dfad56d.tar.bz2
am 15f7ff3c: Merge "Fix compile errors in telephony tests"
Merge commit '15f7ff3c5a0a99f75b6c0babdc1d44e4b8aab39f' into gingerbread-plus-aosp * commit '15f7ff3c5a0a99f75b6c0babdc1d44e4b8aab39f': Fix compile errors in telephony tests
Diffstat (limited to 'telephony/tests')
-rw-r--r--telephony/tests/telephonytests/src/android/telephony/PhoneNumberUtilsTest.java2
-rw-r--r--telephony/tests/telephonytests/src/android/telephony/PhoneNumberWatcherTest.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/telephony/tests/telephonytests/src/android/telephony/PhoneNumberUtilsTest.java b/telephony/tests/telephonytests/src/android/telephony/PhoneNumberUtilsTest.java
index de59b81..67df510 100644
--- a/telephony/tests/telephonytests/src/android/telephony/PhoneNumberUtilsTest.java
+++ b/telephony/tests/telephonytests/src/android/telephony/PhoneNumberUtilsTest.java
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package com.android.internal.telephony;
+package android.telephony;
import android.test.AndroidTestCase;
import android.test.suitebuilder.annotation.SmallTest;
diff --git a/telephony/tests/telephonytests/src/android/telephony/PhoneNumberWatcherTest.java b/telephony/tests/telephonytests/src/android/telephony/PhoneNumberWatcherTest.java
index 88eaecd..4c7ebca 100644
--- a/telephony/tests/telephonytests/src/android/telephony/PhoneNumberWatcherTest.java
+++ b/telephony/tests/telephonytests/src/android/telephony/PhoneNumberWatcherTest.java
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-package com.android.internal.telephony;
+package android.telephony;
import android.telephony.PhoneNumberFormattingTextWatcher;
import android.test.suitebuilder.annotation.SmallTest;