Fix compile errors in telephony tests

Simple fix of package names for two test cases, currently
they do not compile in an IDE.

Change-Id: Ia7cd4df70ff37875a02563cfddbe8dd4a16a5b01
This commit is contained in:
Mark Piper
2010-08-06 21:18:06 +01:00
parent 0f0dd448ea
commit 77b02e776d
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package com.android.internal.telephony;
package android.telephony;
import android.test.suitebuilder.annotation.SmallTest;
import android.text.SpannableStringBuilder;

View File

@@ -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;