/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
D | EmailAsyncTask.java | 234 public static EmailAsyncTask<Void, Void, Void> runAsyncParallel(Runnable runnable) { in runAsyncParallel() 241 public static EmailAsyncTask<Void, Void, Void> runAsyncSerial(Runnable runnable) { in runAsyncSerial() 245 private static EmailAsyncTask<Void, Void, Void> runAsyncInternal(Executor executor, in runAsyncInternal() 247 EmailAsyncTask<Void, Void, Void> task = new EmailAsyncTask<Void, Void, Void>(null) { in runAsyncInternal() 249 protected Void doInBackground(Void... params) { in runAsyncInternal() 254 return task.executeInternal(executor, false, (Void[]) null); in runAsyncInternal()
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | CallLogAsyncTaskUtil.java | 102 new AsyncTask<Void, Void, PhoneCallDetails[]>() { in getCallDetails() 104 public PhoneCallDetails[] doInBackground(Void... params) { in getCallDetails() 218 new AsyncTask<Void, Void, Void>() { in deleteCalls() 220 public Void doInBackground(Void... params) { in deleteCalls() 228 public void onPostExecute(Void result) { in deleteCalls() 242 sAsyncTaskExecutor.submit(Tasks.MARK_VOICEMAIL_READ, new AsyncTask<Void, Void, Void>() { in markVoicemailAsRead() 244 public Void doInBackground(Void... params) { in markVoicemailAsRead() 267 new AsyncTask<Void, Void, Void>() { in deleteVoicemail() 269 public Void doInBackground(Void... params) { in deleteVoicemail() 275 public void onPostExecute(Void result) { in deleteVoicemail()
|
D | ClearCallLogDialog.java | 61 final AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in onCreateDialog() 63 protected Void doInBackground(Void... params) { in onCreateDialog() 71 protected void onPostExecute(Void result) { in onCreateDialog()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
D | SubtypeLocaleUtilsTests.java | 227 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testPredefinedSubtypesInEnglishSystemLocale() 229 protected Void job(final Resources res) { in testPredefinedSubtypesInEnglishSystemLocale() 268 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testAdditionalSubtypesInEnglishSystemLocale() 270 protected Void job(final Resources res) { in testAdditionalSubtypesInEnglishSystemLocale() 327 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testPredefinedSubtypesInFrenchSystemLocale() 329 protected Void job(final Resources res) { in testPredefinedSubtypesInFrenchSystemLocale() 368 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testAdditionalSubtypesInFrenchSystemLocale() 370 protected Void job(final Resources res) { in testAdditionalSubtypesInFrenchSystemLocale() 409 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testHinglishSubtypesInHindiSystemLocale() 411 protected Void job (final Resources res) { in testHinglishSubtypesInHindiSystemLocale() [all …]
|
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
D | ApnEditorActivity.java | 205 new AsyncTask<Void, Void, Void>() { in onActivityCreated() 207 protected Void doInBackground(Void... params) { in onActivityCreated() 218 protected void onPostExecute(Void result) { in onActivityCreated() 227 }.execute((Void) null); in onActivityCreated() 363 new AsyncTask<Void, Void, Void>() { in validateAndSave() 365 protected Void doInBackground(Void... params) { in validateAndSave() 400 }.execute((Void) null); in validateAndSave() 407 new AsyncTask<Void, Void, Void>() { in deleteApn() 409 protected Void doInBackground(Void... params) { in deleteApn() 417 }.execute((Void) null); in deleteApn()
|
D | ApnSettingsActivity.java | 221 new AsyncTask<Void, Void, Cursor>() { in fillList() 223 protected Cursor doInBackground(Void... params) { in fillList() 269 }.execute((Void) null); in fillList() 329 new AsyncTask<Void, Void, Void>() { in setSelectedApnKey() 331 protected Void doInBackground(Void... params) { in setSelectedApnKey() 344 }.execute((Void) null); in setSelectedApnKey()
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/ |
D | ClearFrequentsDialog.java | 57 final AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in onCreateDialog() 59 protected Void doInBackground(Void... params) { in onCreateDialog() 66 protected void onPostExecute(Void result) { in onCreateDialog()
|
/packages/apps/KeyChain/tests/src/com/android/keychain/tests/ |
D | KeyChainTestActivity.java | 151 private class SetupTestKeyStore extends AsyncTask<Void, Void, Void> { 152 @Override protected Void doInBackground(Void... params) { in doInBackground() 156 @Override protected void onPostExecute(Void result) { in onPostExecute() 175 private class TestHttpsRequest extends AsyncTask<Void, Void, Void> { 176 @Override protected Void doInBackground(Void... params) { in doInBackground()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | SettingsAppWidgetProvider.java | 389 new AsyncTask<Void, Void, Void>() { in requestStateChange() 391 protected Void doInBackground(Void... args) { in requestStateChange() 471 new AsyncTask<Void, Void, Void>() { in requestStateChange() 473 protected Void doInBackground(Void... args) { in requestStateChange() 552 new AsyncTask<Void, Void, Boolean>() { in requestStateChange() 554 protected Boolean doInBackground(Void... args) { in requestStateChange() 623 new AsyncTask<Void, Void, Boolean>() { in requestStateChange() 625 protected Boolean doInBackground(Void... args) { in requestStateChange()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | FlipperDreamSettings.java | 44 private AsyncTask<Void, Void, Void> mLoadingTask; 66 mLoadingTask = new AsyncTask<Void, Void, Void>() { in init() 68 public Void doInBackground(Void... unused) { in init() 78 public void onPostExecute(Void unused) { in init()
|
/packages/experimental/PrintService2/src/foo/bar/printservice2/ |
D | MyPrintService.java | 72 AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in onPrintJobQueued() 74 protected Void doInBackground(Void... params) { in onPrintJobQueued() 108 protected void onPostExecute(Void result) { in onPrintJobQueued() 133 task.executeOnExecutor(AsyncTask.SERIAL_EXECUTOR, (Void[]) null); in onPrintJobQueued()
|
/packages/apps/KeyChain/src/com/android/keychain/ |
D | KeyChainActivity.java | 197 private class AliasLoader extends AsyncTask<Void, Void, CertificateAdapter> { 198 @Override protected CertificateAdapter doInBackground(Void... params) { in doInBackground() 368 private class CertLoader extends AsyncTask<Void, Void, String> { 375 @Override protected String doInBackground(Void... params) { in doInBackground() 442 private class ResponseSender extends AsyncTask<Void, Void, Void> { 449 @Override protected Void doInBackground(Void... unused) { in doInBackground() 471 @Override protected void onPostExecute(Void unused) { in onPostExecute()
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
D | EventLocationAdapter.java | 229 AsyncTask<Void, Void, Bitmap> photoUpdaterTask = in asyncLoadPhotoAndUpdateView() 230 new AsyncTask<Void, Void, Bitmap>() { in asyncLoadPhotoAndUpdateView() 232 protected Bitmap doInBackground(Void... params) { in asyncLoadPhotoAndUpdateView() 278 AsyncTask<Void, Void, List<Result>> locationsQueryTask = in performFiltering() 279 new AsyncTask<Void, Void, List<Result>>() { in performFiltering() 281 protected List<Result> doInBackground(Void... params) { in performFiltering()
|
/packages/experimental/PrintApp/src/foo/bar/print/ |
D | PrintActivity.java | 92 new AsyncTask<Void, Void, Integer>() { in printView() 106 protected Integer doInBackground(Void... params) { in printView() 151 }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, (Void[]) null); in printView() 160 new AsyncTask<Void, Void, Integer>() { in printView() 201 protected Integer doInBackground(Void... params) { in printView() 235 }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, (Void[]) null); in printView()
|
/packages/experimental/PrintApp/src/foo/bar/permission2/ |
D | PrintActivity.java | 111 new AsyncTask<Void, Void, Integer>() { in printView() 125 protected Integer doInBackground(Void... params) { in printView() 170 }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, (Void[]) null); in printView() 181 new AsyncTask<Void, Void, Integer>() { in printView() 231 protected Integer doInBackground(Void... params) { in printView() 265 }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, (Void[]) null); in printView()
|
/packages/apps/Camera2/src/com/android/camera/burst/ |
D | BurstResultsSaver.java | 88 AsyncTask<Void, String, Void> saveTask = in saveBurstResultsInBackground() 89 new AsyncTask<Void, String, Void>() { in saveBurstResultsInBackground() 91 protected Void doInBackground(Void... arg0) { in saveBurstResultsInBackground() 114 protected void onPostExecute(Void result) { in saveBurstResultsInBackground()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AlarmClockFragment.java | 1437 final AsyncTask<Void, Void, Void> deleteTask = new AsyncTask<Void, Void, Void>() { in asyncDeleteAlarm() 1439 protected Void doInBackground(Void... parameters) { in asyncDeleteAlarm() 1457 final AsyncTask<Void, Void, AlarmInstance> updateTask = in asyncAddAlarm() 1458 new AsyncTask<Void, Void, AlarmInstance>() { in asyncAddAlarm() 1460 protected AlarmInstance doInBackground(Void... parameters) { in asyncAddAlarm() 1489 final AsyncTask<Void, Void, AlarmInstance> updateTask = in asyncUpdateAlarm() 1490 new AsyncTask<Void, Void, AlarmInstance>() { in asyncUpdateAlarm() 1492 protected AlarmInstance doInBackground(Void ... parameters) { in asyncUpdateAlarm()
|
D | HandleDeskClockApiCalls.java | 215 private static class HandleTimersAsync extends AsyncTask<Void, Void, Void> { 231 protected Void doInBackground(Void... parameters) { in doInBackground() 406 private static class HandleClockAsync extends AsyncTask<Void, Void, Void> { 418 protected Void doInBackground(Void... parameters) { in doInBackground()
|
D | HandleApiCalls.java | 132 private static class DismissAlarmAsync extends AsyncTask<Void, Void, Void> { 145 protected Void doInBackground(Void... parameters) { in doInBackground() 214 private static class SnoozeAlarmAsync extends AsyncTask<Void, Void, Void> { 225 protected Void doInBackground(Void... parameters) { in doInBackground()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | WidgetPreviewLoader.java | 257 new AsyncTask<Void, Void, Void>() { in getPreview() 258 public Void doInBackground(Void ... args) { in getPreview() 262 }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, (Void) null); in getPreview() 387 new AsyncTask<Void, Void, Void>() { in removeFromDb() 388 public Void doInBackground(Void ... args) { in removeFromDb() 405 }.executeOnExecutor(AsyncTask.THREAD_POOL_EXECUTOR, (Void) null); in removeFromDb()
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | CameraFilmstripDataAdapter.java | 80 public void requestLoad(Callback<Void> onDone) { in requestLoad() 309 private class LoadNewPhotosTask extends AsyncTask<ContentResolver, Void, List<PhotoItem>> { 372 private class QueryTask extends AsyncTask<Context, Void, QueryTaskResult> { 376 private final Callback<Void> mDoneCallback; 378 public QueryTask(Callback<Void> doneCallback) { in QueryTask() 449 private class DeletionTask extends AsyncTask<FilmstripItem, Void, Void> { 451 protected Void doInBackground(FilmstripItem... items) { in doInBackground() 463 private class MetadataUpdateTask extends AsyncTask<Integer, Void, List<Integer> > {
|
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
D | TinyPlanetFragment.java | 150 (new AsyncTask<Void, Void, Void>() { 152 protected Void doInBackground(Void... params) { 169 protected void onPostExecute(Void result) { 292 (new AsyncTask<Void, Void, TinyPlanetImage>() { in onCreateTinyPlanet() 299 protected TinyPlanetImage doInBackground(Void... params) { in onCreateTinyPlanet()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomSystemTest.java | 409 assertTrueWithTimeout(new Predicate<Void>() { in startIncomingPhoneCall() 411 public boolean apply(Void v) { in startIncomingPhoneCall() 416 assertTrueWithTimeout(new Predicate<Void>() { in startIncomingPhoneCall() 418 public boolean apply(Void v) { in startIncomingPhoneCall() 436 assertTrueWithTimeout(new Predicate<Void>() { in startIncomingPhoneCall() 438 public boolean apply(Void v) { in startIncomingPhoneCall() 443 assertTrueWithTimeout(new Predicate<Void>() { in startIncomingPhoneCall() 445 public boolean apply(Void v) { in startIncomingPhoneCall() 449 assertTrueWithTimeout(new Predicate<Void>() { in startIncomingPhoneCall() 451 public boolean apply(Void v) { in startIncomingPhoneCall() [all …]
|
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
D | PictureCallbackAdapter.java | 43 public Updatable<Void> provideQuickExposeUpdatable() { in provideQuickExposeUpdatable() 44 return new Updatable<Void>() { in provideQuickExposeUpdatable() 46 public void update(@Nonnull Void v) { in provideQuickExposeUpdatable() 96 public Updatable<Void> providePictureTakingFailedUpdatable() { 97 return new Updatable<Void>() { 99 public void update(@Nonnull Void v) {
|
/packages/apps/Settings/src/com/android/settings/ |
D | CryptKeeper.java | 168 private class DecryptTask extends AsyncTask<String, Void, Integer> { 286 private class ValidationTask extends AsyncTask<Void, Void, Boolean> { 290 protected Boolean doInBackground(Void... params) { in doInBackground() 468 new AsyncTask<Void, Void, Void>() { in setupUi() 475 public Void doInBackground(Void... v) { in setupUi() 490 public void onPostExecute(java.lang.Void v) { in setupUi() 529 new ValidationTask().execute((Void[]) null); in setupUi()
|