am 15f7ff3c: Merge "Fix compile errors in telephony tests"

Merge commit '15f7ff3c5a0a99f75b6c0babdc1d44e4b8aab39f' into gingerbread-plus-aosp

* commit '15f7ff3c5a0a99f75b6c0babdc1d44e4b8aab39f':
  Fix compile errors in telephony tests
This commit is contained in:
Jean-Baptiste Queru
2010-10-11 15:32:12 -07:00
committed by Android Git Automerger
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.AndroidTestCase;
import android.test.suitebuilder.annotation.SmallTest;

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;