Home
last modified time | relevance | path

Searched defs:doInBackground (Results 1 – 25 of 30) sorted by relevance

12

/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/RandomMusicPlayer/src/com/example/android/musicplayer/
DPrepareMusicRetrieverTask.java37 protected Void doInBackground(Void... arg0) { in doInBackground() method in PrepareMusicRetrieverTask
/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/MediaRecorder/src/com.example.android.mediarecorder/
DMainActivity.java203 protected Boolean doInBackground(Void... voids) { in doInBackground() method in MainActivity.MediaPrepareTask
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/
DPhoneMainActivity.java101 protected Void doInBackground(Calendar... params) { in showTrack() method
/development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.swiperefreshlayoutbasic/
DSwipeRefreshLayoutBasicFragment.java213 protected List<String> doInBackground(Void... params) { in doInBackground() method in SwipeRefreshLayoutBasicFragment.DummyBackgroundTask
/development/apps/Development/src/com/android/development/
DCacheAbuser.java66 protected Void doInBackground(Void... params) { in doInBackground() method in CacheAbuser.AbuseTask
/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/SwipeRefreshMultipleViews/src/com.example.android.swiperefreshmultipleviews/
DSwipeRefreshMultipleViewsFragment.java235 protected List<String> doInBackground(Void... params) { in doInBackground() method in SwipeRefreshMultipleViewsFragment.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/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
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/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DCalendarWatchFaceService.java193 protected Integer doInBackground(Void... voids) { in doInBackground() method in CalendarWatchFaceService.Engine.LoadMeetingsTask
/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/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/
DAuthenticatorActivity.java299 protected String doInBackground(Void... params) { in doInBackground() method in AuthenticatorActivity.UserLoginTask
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DDeviceDetailFragment.java225 protected String doInBackground(Void... params) { in doInBackground() method in DeviceDetailFragment.FileServerAsyncTask
/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/HoneycombGallery/src/com/example/android/hcgallery/
DContentFragment.java327 protected Boolean doInBackground(Void... voids) { in shareCurrentPhoto() method
/development/samples/training/network-usage/src/com/example/android/networkusage/
DNetworkActivity.java194 protected String doInBackground(String... urls) { in doInBackground() method in NetworkActivity.DownloadXmlTask
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DLookupActivity.java279 protected String doInBackground(String... args) { in doInBackground() method in LookupActivity.LookupTask
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMediaNotification.java355 protected Bitmap doInBackground(Void[] objects) { in fetchBitmapFromURLAsync() method
/development/samples/training/location-aware/src/com/example/android/location/
DLocationActivity.java348 protected Void doInBackground(Location... params) { in doInBackground() method in LocationActivity.ReverseGeocodingTask
/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/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java248 protected Bitmap doInBackground(String... params) { in doInBackground() method in ImageDownloader.BitmapDownloaderTask
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
DMainActivity.java283 protected Integer doInBackground(Float... values) { in doInBackground() method in MainActivity.RenderScriptTask
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/model/
DMusicProvider.java170 protected Object doInBackground(Object[] objects) { in retrieveMedia() method

12