Merge "Fix compile errors in telephony tests"

This commit is contained in:
Jean-Baptiste Queru
2010-10-11 15:11:59 -07:00
committed by Android Code Review
2 changed files with 2 additions and 2 deletions

View File

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

View File

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