diff options
author | Jeff Brown <jeffbrown@google.com> | 2014-11-15 16:41:58 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-11-15 16:41:58 +0000 |
commit | c4de46dd7fa26b28a1571e066e9a533ee0735e11 (patch) | |
tree | 3871719d1e114bc266d7e1fe8882d12499613e54 | |
parent | 70a1d8330b3f8beeec4c7d23bc6fa07896d1c0ba (diff) | |
parent | 0071971480f08740ef4e77b420c565e4a336c096 (diff) |
am 00719714: am 82e6e69c: am 26e8a3e3: Remove call to deleted method AsyncTask.init().
* commit '0071971480f08740ef4e77b420c565e4a336c096':
Remove call to deleted method AsyncTask.init().
-rw-r--r-- | tests/src/com/android/dialer/interactions/PhoneNumberInteractionTest.java | 7 |
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; |