Home
last modified time | relevance | path

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

12

/developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
DAppListFragment.java189 protected List<ApplicationItem> doInBackground(Void... voids) { in doInBackground() method in AppListFragment.LoadApplicationsTask
231 protected Drawable doInBackground(ApplicationItem... params) { in doInBackground() method in AppListFragment.ApplicationIconTask
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/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
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/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
/developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
DMainActivity.java123 protected Integer doInBackground(Float... values) { in doInBackground() method in MainActivity.RenderScriptTask
/developers/samples/android/renderScript/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
DMainActivity.java123 protected Integer doInBackground(Float... values) { in doInBackground() method in MainActivity.RenderScriptTask
/developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
DMainActivity.java99 protected String doInBackground(String... urls) { in doInBackground() method in MainActivity.DownloadTask
/developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
DMainActivity.java99 protected String doInBackground(String... urls) { in doInBackground() method in MainActivity.DownloadTask
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
DSwipeRefreshListFragmentFragment.java210 protected List<String> doInBackground(Void... params) { in doInBackground() method in SwipeRefreshListFragmentFragment.DummyBackgroundTask
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/swiperefreshlistfragment/
DSwipeRefreshListFragmentFragment.java210 protected List<String> doInBackground(Void... params) { in doInBackground() method in SwipeRefreshListFragmentFragment.DummyBackgroundTask
/developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/swiperefreshlayoutbasic/
DSwipeRefreshLayoutBasicFragment.java213 protected List<String> doInBackground(Void... params) { in doInBackground() method in SwipeRefreshLayoutBasicFragment.DummyBackgroundTask
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/swiperefreshlayoutbasic/
DSwipeRefreshLayoutBasicFragment.java213 protected List<String> doInBackground(Void... params) { in doInBackground() method in SwipeRefreshLayoutBasicFragment.DummyBackgroundTask
/developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/
DMainActivity.java203 protected Boolean doInBackground(Void... voids) { in doInBackground() method in MainActivity.MediaPrepareTask
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
DSwipeRefreshMultipleViewsFragment.java235 protected List<String> doInBackground(Void... params) { in doInBackground() method in SwipeRefreshMultipleViewsFragment.DummyBackgroundTask
/developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/swiperefreshmultipleviews/
DSwipeRefreshMultipleViewsFragment.java235 protected List<String> doInBackground(Void... params) { in doInBackground() method in SwipeRefreshMultipleViewsFragment.DummyBackgroundTask
/developers/samples/android/media/MediaRecorder/Application/src/main/java/com/example/android/mediarecorder/
DMainActivity.java203 protected Boolean doInBackground(Void... voids) { in doInBackground() method in MainActivity.MediaPrepareTask
/developers/samples/android/wearable/wear/SpeedTracker/Application/src/main/java/com/example/android/wearable/speedtracker/
DPhoneMainActivity.java101 protected Void doInBackground(Calendar... params) { in showTrack() method
/developers/samples/android/content/documentsUi/StorageClient/Application/src/main/java/com/example/android/storageclient/
DStorageClientFragment.java231 protected Bitmap doInBackground(Uri... uris) { in onCreateDialog()
/developers/build/prebuilts/gradle/StorageClient/Application/src/main/java/com/example/android/storageclient/
DStorageClientFragment.java231 protected Bitmap doInBackground(Uri... uris) { in onCreateDialog()
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
DLeanbackDetailsFragment.java92 protected DetailsOverviewRow doInBackground(Movie... movies) { in doInBackground() method in LeanbackDetailsFragment.DetailRowBuilderTask
/developers/demos/MusicDemo/src/main/java/com/example/android/musicservicedemo/model/
DMusicProvider.java170 protected Object doInBackground(Object[] objects) { in retrieveMedia() method
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
DMainActivity.java283 protected Integer doInBackground(Float... values) { in doInBackground() method in MainActivity.RenderScriptTask
/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/
DMainActivity.java283 protected Integer doInBackground(Float... values) { in doInBackground() method in MainActivity.RenderScriptTask
/developers/demos/MusicDemo/src/main/java/com/example/android/musicservicedemo/
DMediaNotification.java352 protected Bitmap doInBackground(Void[] objects) { in fetchBitmapFromURLAsync() method

12