/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
D | PrepareMusicRetrieverTask.java | 37 protected Void doInBackground(Void... arg0) { in doInBackground() method in PrepareMusicRetrieverTask
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
D | BusinessCardActivity.java | 102 protected ContactInfo doInBackground(Uri... uris) { in loadContactInfo()
|
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/ |
D | AsyncTask.java | 313 return postResult(doInBackground(mParams)); in AsyncTask() 374 protected abstract Result doInBackground(Params... params); in doInBackground() method in AsyncTask
|
D | ImageWorker.java | 237 protected BitmapDrawable doInBackground(Object... params) { in doInBackground() method in ImageWorker.BitmapWorkerTask 413 protected Void doInBackground(Object... params) { in doInBackground() method in ImageWorker.CacheAsyncTask
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | LoaderThrottle.java | 436 @Override protected Void doInBackground(Void... params) { in onOptionsItemSelected() 465 @Override protected Void doInBackground(Void... params) { in onOptionsItemSelected()
|
/development/apps/Development/src/com/android/development/ |
D | CacheAbuser.java | 66 protected Void doInBackground(Void... params) { in doInBackground() method in CacheAbuser.AbuseTask
|
/development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
D | LoaderThrottleSupport.java | 437 @Override protected Void doInBackground(Void... params) { in onOptionsItemSelected() 465 @Override protected Void doInBackground(Void... params) { in onOptionsItemSelected()
|
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
D | AddVoicemailActivity.java | 192 protected Exception doInBackground(Pair<Voicemail, Uri>... params) { in doInBackground() method in AddVoicemailActivity.InsertVoicemailTask
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/authenticator/ |
D | AuthenticatorActivity.java | 299 protected String doInBackground(Void... params) { in doInBackground() method in AuthenticatorActivity.UserLoginTask
|
/development/samples/training/network-usage/src/com/example/android/networkusage/ |
D | NetworkActivity.java | 194 protected String doInBackground(String... urls) { in doInBackground() method in NetworkActivity.DownloadXmlTask
|
/development/samples/Wiktionary/src/com/example/android/wiktionary/ |
D | LookupActivity.java | 279 protected String doInBackground(String... args) { in doInBackground() method in LookupActivity.LookupTask
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | ImageDownloader.java | 248 protected Bitmap doInBackground(String... params) { in doInBackground() method in ImageDownloader.BitmapDownloaderTask
|
D | Adapters.java | 975 protected Cursor doInBackground(Void... params) { in doInBackground() method in Adapters.XmlCursorAdapter.QueryTask
|
/development/samples/training/location-aware/src/com/example/android/location/ |
D | LocationActivity.java | 348 protected Void doInBackground(Location... params) { in doInBackground() method in LocationActivity.ReverseGeocodingTask
|
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/ |
D | ContentFragment.java | 327 protected Boolean doInBackground(Void... voids) { in shareCurrentPhoto() method
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
D | DeviceDetailFragment.java | 225 protected String doInBackground(Void... params) { in doInBackground() method in DeviceDetailFragment.FileServerAsyncTask
|
/development/apps/GestureBuilder/src/com/android/gesture/builder/ |
D | GestureBuilderActivity.java | 340 protected Integer doInBackground(Void... params) { in doInBackground() method in GestureBuilderActivity.GesturesLoadTask
|