Skip to content

Commit 77b02e7

Browse files
committed
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
1 parent 0f0dd44 commit 77b02e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

telephony/tests/telephonytests/src/android/telephony/PhoneNumberUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.android.internal.telephony;
17+
package android.telephony;
1818

1919
import android.test.suitebuilder.annotation.SmallTest;
2020
import android.text.SpannableStringBuilder;

telephony/tests/telephonytests/src/android/telephony/PhoneNumberWatcherTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.android.internal.telephony;
17+
package android.telephony;
1818

1919
import android.telephony.PhoneNumberFormattingTextWatcher;
2020
import android.test.suitebuilder.annotation.SmallTest;

0 commit comments

Comments
 (0)