Home
last modified time | relevance | path

Searched refs:doInBackground (Results 1 – 25 of 36) sorted by relevance

12

/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
DPrepareMusicRetrieverTask.java37 protected Void doInBackground(Void... arg0) { in doInBackground() method in PrepareMusicRetrieverTask
/development/samples/ApiDemos/src/com/example/android/apis/security/
DKeyStoreUsage.java260 protected Enumeration<String> doInBackground(Void... params) { in doInBackground() method in KeyStoreUsage.UpdateKeyListTask
300 protected Boolean doInBackground(String... params) { in doInBackground() method in KeyStoreUsage.GenerateTask
354 protected String doInBackground(String... params) { in doInBackground() method in KeyStoreUsage.SignTask
416 protected Boolean doInBackground(String... params) { in doInBackground() method in KeyStoreUsage.VerifyTask
492 protected Void doInBackground(String... params) { in doInBackground() method in KeyStoreUsage.DeleteTask
/development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
DImageLoader.java62 protected Bitmap doInBackground(Void... params) { in loadMediaStoreThumbnail()
/development/samples/BusinessCard/src/com/example/android/businesscard/
DBusinessCardActivity.java102 protected ContactInfo doInBackground(Uri... uris) { in loadContactInfo()
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DAsyncTask.java313 return postResult(doInBackground(mParams)); in AsyncTask()
374 protected abstract Result doInBackground(Params... params); in doInBackground() method in AsyncTask
DImageWorker.java251 protected BitmapDrawable doInBackground(Void... params) { in doInBackground() method in ImageWorker.BitmapWorkerTask
430 protected Void doInBackground(Object... params) { in doInBackground() method in ImageWorker.CacheAsyncTask
/development/samples/browseable/BasicRenderScript/src/com.example.android.basicrenderscript/
DMainActivity.java123 protected Integer doInBackground(Float... values) { in doInBackground() method in MainActivity.RenderScriptTask
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.swiperefreshlayoutbasic/
DSwipeRefreshLayoutBasicFragment.java213 protected List<String> doInBackground(Void... params) { in doInBackground() method in SwipeRefreshLayoutBasicFragment.DummyBackgroundTask
/development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.swiperefreshlistfragment/
DSwipeRefreshListFragmentFragment.java210 protected List<String> doInBackground(Void... params) { in doInBackground() method in SwipeRefreshListFragmentFragment.DummyBackgroundTask
/development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
DMainActivity.java99 protected String doInBackground(String... urls) { in doInBackground() method in MainActivity.DownloadTask
/development/samples/browseable/MediaRecorder/src/com.example.android.mediarecorder/
DMainActivity.java203 protected Boolean doInBackground(Void... voids) { in doInBackground() method in MainActivity.MediaPrepareTask
/development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
DSwipeRefreshMultipleViewsFragment.java235 protected List<String> doInBackground(Void... params) { in doInBackground() method in SwipeRefreshMultipleViewsFragment.DummyBackgroundTask
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/
DPhoneMainActivity.java101 protected Void doInBackground(Calendar... params) { in showTrack() method
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderThrottle.java436 @Override protected Void doInBackground(Void... params) { in onOptionsItemSelected()
465 @Override protected Void doInBackground(Void... params) { in onOptionsItemSelected()
DPrintCustomContent.java220 protected PrintDocumentInfo doInBackground(Void... params) { in print()
332 protected Void doInBackground(Void... params) { in print()
/development/samples/browseable/StorageClient/src/com.example.android.storageclient/
DStorageClientFragment.java231 protected Bitmap doInBackground(Uri... uris) { in onCreateDialog()
/development/apps/Development/src/com/android/development/
DCacheAbuser.java66 protected Void doInBackground(Void... params) { in doInBackground() method in CacheAbuser.AbuseTask
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderThrottleSupport.java437 @Override protected Void doInBackground(Void... params) { in onOptionsItemSelected()
465 @Override protected Void doInBackground(Void... params) { in onOptionsItemSelected()
/development/samples/browseable/GridViewPager/Wearable/src/com.example.android.wearable.gridviewpager/
DSampleGridPagerAdapter.java193 protected Drawable doInBackground(Integer... params) { in doInBackground() method in SampleGridPagerAdapter.DrawableLoadingTask
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DCalendarWatchFaceService.java193 protected Integer doInBackground(Void... voids) { in doInBackground() method in CalendarWatchFaceService.Engine.LoadMeetingsTask
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
DAddVoicemailActivity.java192 protected Exception doInBackground(Pair<Voicemail, Uri>... params) { in doInBackground() method in AddVoicemailActivity.InsertVoicemailTask
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticatorActivity.java299 protected String doInBackground(Void... params) { in doInBackground() method in AuthenticatorActivity.UserLoginTask
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
DImagePixelization.java294 protected BitmapDrawable doInBackground(Object... params) { in doInBackground() method in ImagePixelization.PixelizeImageAsyncTask
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DLookupActivity.java279 protected String doInBackground(String... args) { in doInBackground() method in LookupActivity.LookupTask
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java203 protected Bitmap doInBackground(Object... params) { in doInBackground() method in ImageLoader.BitmapWorkerTask

12