am 26e8a3e3: Remove call to deleted method AsyncTask.init().
* commit '26e8a3e31a8caf5daf303ce2f31e72a11236444f':
Remove call to deleted method AsyncTask.init().
diff --git a/tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java b/tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java
index 6671022..8d5b53e 100644
--- a/tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java
+++ b/tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java
@@ -21,7 +21,6 @@
import android.content.DialogInterface.OnDismissListener;
import android.content.Intent;
import android.net.Uri;
-import android.os.AsyncTask;
import android.provider.ContactsContract.CommonDataKinds.Phone;
import android.provider.ContactsContract.CommonDataKinds.SipAddress;
import android.provider.ContactsContract.Contacts;
@@ -48,12 +47,6 @@
*/
@SmallTest
public class PhoneNumberInteractionTest extends InstrumentationTestCase {
-
- static {
- // AsyncTask class needs to be initialized on the main thread.
- AsyncTask.init();
- }
-
private final static class TestPhoneNumberInteraction extends PhoneNumberInteraction {
private ArrayList<PhoneItem> mPhoneList;