summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2014-11-15 16:34:27 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-11-15 16:34:27 +0000
commit0071971480f08740ef4e77b420c565e4a336c096 (patch)
tree904ec9eb365538be19b768ed1790f324a64c8b1e
parent55e64e96e583b707c803aa3c01ef6105fb36b68a (diff)
parent82e6e69c53a46139a9c2bd9e4b6043f02115428d (diff)
downloadandroid_packages_apps_Dialer-0071971480f08740ef4e77b420c565e4a336c096.tar.gz
android_packages_apps_Dialer-0071971480f08740ef4e77b420c565e4a336c096.tar.bz2
android_packages_apps_Dialer-0071971480f08740ef4e77b420c565e4a336c096.zip
am 82e6e69c: am 26e8a3e3: Remove call to deleted method AsyncTask.init().
* commit '82e6e69c53a46139a9c2bd9e4b6043f02115428d': Remove call to deleted method AsyncTask.init().
-rw-r--r--tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java b/tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java
index 6671022ba..8d5b53eb2 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.Context;
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 @@ import java.util.List;
*/
@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;