Home
last modified time | relevance | path

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

12

/development/samples/ApiDemos/src/com/example/android/apis/security/
DKeyStoreUsage.java262 protected Enumeration<String> doInBackground(Void... params) { in doInBackground() method in KeyStoreUsage.UpdateKeyListTask
302 protected Boolean doInBackground(String... params) { in doInBackground() method in KeyStoreUsage.GenerateTask
350 protected String doInBackground(String... params) { in doInBackground() method in KeyStoreUsage.SignTask
412 protected Boolean doInBackground(String... params) { in doInBackground() method in KeyStoreUsage.VerifyTask
488 protected Void doInBackground(String... params) { in doInBackground() method in KeyStoreUsage.DeleteTask
/development/samples/DeviceAdminWhitelistedAccount/src/com/example/android/app/admin/whitelistedaccount/
DMyMain.java33 protected Boolean doInBackground(Void... voids) { in onCreate() method
/development/samples/ApiDemos/src/com/example/android/apis/app/
DJobWorkService.java64 protected Void doInBackground(Void... params) { in doInBackground() method in JobWorkService.CommandProcessor
/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/MultiDisplay/src/com/example/android/multidisplay/launcher/
DPinnedAppListViewModel.java84 protected List<AppEntry> doInBackground(Void... voids) { in loadData() method
DAppListViewModel.java72 protected List<AppEntry> doInBackground(Void... voids) { in loadData() method
/development/samples/browseable/MediaRecorder/src/com.example.android.mediarecorder/
DMainActivity.java217 protected Boolean doInBackground(Void... voids) { in doInBackground() method in MainActivity.MediaPrepareTask
/development/apps/Development/src/com/android/development/
DCacheAbuser.java65 protected Void doInBackground(Void... params) { in doInBackground() method in CacheAbuser.AbuseTask
/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/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.java230 protected List<String> doInBackground(Void... params) { in doInBackground() method in SwipeRefreshMultipleViewsFragment.DummyBackgroundTask
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DMain.java152 protected ShortcutInfo doInBackground(Void... params) { in addUriAsync() method
166 protected Void doInBackground(Void... params) { in addUriAsync() method
DShortcutHelper.java120 protected Void doInBackground(Void... params) { in refreshShortcuts() method
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/
DPhoneMainActivity.java105 protected Void doInBackground(Calendar... params) { in showTrack() method
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DAlbumArtCache.java95 protected Bitmap[] doInBackground(Void[] objects) { in fetch() method
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
DAttractionsActivity.java187 protected ArrayList<Attraction> doInBackground(Uri... params) { in doInBackground() method in AttractionsActivity.FetchDataAsyncTask
/development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/
DSampleGridPagerAdapter.java193 protected Drawable doInBackground(Integer... params) { in doInBackground() method in SampleGridPagerAdapter.DrawableLoadingTask
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageWorker.java278 protected BitmapDrawable doInBackground(Void... params) { in doInBackground() method in ImageWorker.BitmapWorkerTask
475 protected Void doInBackground(Object... params) { in doInBackground() method in ImageWorker.CacheAsyncTask
/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.java224 protected String doInBackground(Void... params) { in doInBackground() method in DeviceDetailFragment.FileServerAsyncTask
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DCalendarWatchFaceService.java247 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/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DShortcutHelper.java118 protected Void doInBackground(Void... params) { in refreshShortcuts() 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/browseable/NetworkConnect/src/com.example.android.networkconnect/
DNetworkFragment.java162 protected Result doInBackground(String... urls) { in doInBackground() method in NetworkFragment.DownloadTask

12