Home
last modified time | relevance | path

Searched defs:AsyncTask (Results 1 – 25 of 38) sorted by relevance

12

/packages/apps/Launcher3/src/com/android/launcher3/
DPreloadReceiver.java43 new AsyncTask<Void, Void, Void>() { in onReceive() method
DWidgetPreviewLoader.java250 new AsyncTask<Void, Void, Void>() { in getPreview() method
377 new AsyncTask<Void, Void, Void>() { in removePackageFromDb() method
400 new AsyncTask<Void, Void, Void>() { in removeItemFromDb() method
DDeleteDropTarget.java330 new AsyncTask<Void, Void, Void>() { in completeDrop() method
DLauncher.java581 new AsyncTask<Void, Void, LocaleConfiguration>() { in checkForLocaleChange() method
619 new AsyncTask<Void, Void, Void>() { in checkForLocaleChange() method
1528 new AsyncTask<Void, Void, Void>() { in completeAddAppWidget() method
4494 new AsyncTask<Void, Void, Void>() { in dumpLogsToLocalData() method
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
DSearchBaseUrlHelper.java134 new AsyncTask<Void, Void, Void>() { in checkSearchDomain() method
/packages/apps/Settings/src/com/android/settings/accounts/
DAuthenticatorHelper.java50 new AsyncTask<Void, Void, Void>() { in preloadDrawableForType() method
/packages/apps/Settings/src/com/android/settings/widget/
DSettingsAppWidgetProvider.java388 new AsyncTask<Void, Void, Void>() { in requestStateChange() method
470 new AsyncTask<Void, Void, Void>() { in requestStateChange() method
551 new AsyncTask<Void, Void, Boolean>() { in requestStateChange() method
622 new AsyncTask<Void, Void, Boolean>() { in requestStateChange() method
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DServiceProxy.java110 new AsyncTask<Void, Void, Void>() { in onServiceConnected() method
/packages/apps/Browser/src/com/android/browser/
DBookmarks.java202 new AsyncTask<Void, Void, Void>() { in updateFavicon() method
DIntentHandler.java301 new AsyncTask<Void, Void, Void>() { in handleWebSearchRequest() method
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DUtility.java437 public static void cancelTaskInterrupt(AsyncTask<?, ?, ?> task) { in cancelTaskInterrupt() argument
457 public static void cancelTask(AsyncTask<?, ?, ?> task, boolean mayInterruptIfRunning) { in cancelTask() argument
/packages/apps/Dialer/tests/src/com/android/dialer/util/
DFakeAsyncTaskExecutor.java81 AsyncTask<?, ?, ?> asyncTask) { in SubmittedTaskImpl() argument
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSubtypeSwitcher.java206 new AsyncTask<Void, Void, Void>() { in switchToTargetIME() method
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertActivity.java139 new AsyncTask<List<AlarmId>, Void, Void>() { in initiateGlobalDismiss() method
DGlobalDismissManager.java527 new AsyncTask<Pair<Context, Intent>, Void, Void>() { in onReceive() method
/packages/apps/Email/src/com/android/email/activity/setup/
DAccountServerBaseFragment.java307 new AsyncTask<Void, Void, Void>() { in onCheckSettingsComplete() method
/packages/apps/Settings/src/com/android/settings/net/
DNetworkPolicyEditor.java94 new AsyncTask<Void, Void, Void>() { in writeAsync() method
/packages/apps/Settings/src/com/android/settings/users/
DUserSettings.java255 new AsyncTask<Void, Void, String>() { in loadProfile() method
669 new AsyncTask<List<Integer>, Void, Void>() { in loadIconsAsync() method
DRestrictedProfileSettings.java450 new AsyncTask<Void, Void, Bitmap>() { in onPhotoCropped() method
/packages/apps/Launcher2/src/com/android/launcher2/
DWidgetPreviewLoader.java242 new AsyncTask<Void, Void, Void>() { in getPreview() method
362 new AsyncTask<Void, Void, Void>() { in removeFromDb() method
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DMailboxSelectionActivity.java190 new AsyncTask<Void, Void, Void>() { in setupWithAccounts() method
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSelectedConversationsActionMenu.java196 new AsyncTask<Void, Void, Folder>() { in onActionItemClicked() method
/packages/apps/CertInstaller/src/com/android/certinstaller/
DCertInstaller.java296 new AsyncTask<Void,Void,Boolean>() { in extractPkcs12InBackground() method
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
DTinyPlanetFragment.java293 (new AsyncTask<Void, Void, TinyPlanetImage>() { in onCreateTinyPlanet() method
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java979 (new AsyncTask<Void, Void, MediaDetails>() { in onOptionsItemSelected() method

12