Skip to content

Commit 15f7ff3

Browse files
Jean-Baptiste QueruAndroid Code Review
authored andcommitted
Merge "Fix compile errors in telephony tests"
2 parents e3cfd35 + 77b02e7 commit 15f7ff3

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)