/packages/apps/Car/Hvac/src/com/android/car/hvac/ |
D | HvacController.java | 397 final AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in requestRefresh() 399 protected Void doInBackground(Void... unused) { in requestRefresh() 424 protected void onPostExecute(Void unused) { in requestRefresh() 464 final AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in setTemperature() 465 protected Void doInBackground(Void... unused) { in setTemperature() 490 final AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in setSeatWarmerLevel() 491 protected Void doInBackground(Void... unused) { in setSeatWarmerLevel() 525 final AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in setFanSpeed() 528 protected Void doInBackground(Void... unused) { in setFanSpeed() 548 protected void onPostExecute(final Void result) { in setFanSpeed() [all …]
|
/packages/apps/TV/src/com/android/tv/dvr/provider/ |
D | AsyncDvrDbTask.java | 84 extends AsyncDvrDbTask<ScheduledRecording, Void, Void> { 90 protected final Void doInDvrBackground(ScheduledRecording... params) { in doInDvrBackground() 100 extends AsyncDvrDbTask<ScheduledRecording, Void, Void> { 106 protected final Void doInDvrBackground(ScheduledRecording... params) { in doInDvrBackground() 116 extends AsyncDvrDbTask<ScheduledRecording, Void, Void> { 122 protected final Void doInDvrBackground(ScheduledRecording... params) { in doInDvrBackground() 132 extends AsyncDvrDbTask<Void, Void, List<ScheduledRecording>> { 139 protected final List<ScheduledRecording> doInDvrBackground(Void... params) { in doInDvrBackground() 157 extends AsyncDvrDbTask<SeriesRecording, Void, Void> { 163 protected final Void doInDvrBackground(SeriesRecording... params) { in doInDvrBackground() [all …]
|
/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/java/com/android/dialer/app/calllog/ |
D | CallLogAsyncTaskUtil.java | 56 new AsyncTask<Void, Void, Void>() { in markVoicemailAsRead() 58 public Void doInBackground(Void... params) { in markVoicemailAsRead() 87 new AsyncTask<Void, Void, Void>() { in deleteVoicemail() 89 public Void doInBackground(Void... params) { in deleteVoicemail() 95 public void onPostExecute(Void result) { in deleteVoicemail() 123 new AsyncTask<Void, Void, Void>() { in markCallAsRead() 125 public Void doInBackground(Void... params) { in markCallAsRead()
|
D | ClearCallLogDialog.java | 63 final AsyncTask<Void, Void, Void> task = in onCreateDialog() 64 new AsyncTask<Void, Void, Void>() { in onCreateDialog() 66 protected Void doInBackground(Void... params) { in onCreateDialog() 77 protected void onPostExecute(Void result) { in onCreateDialog()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmUpdateHandler.java | 62 final AsyncTask<Void, Void, AlarmInstance> updateTask = in asyncAddAlarm() 63 new AsyncTask<Void, Void, AlarmInstance>() { in asyncAddAlarm() 65 protected AlarmInstance doInBackground(Void... parameters) { in asyncAddAlarm() 104 final AsyncTask<Void, Void, AlarmInstance> updateTask = in asyncUpdateAlarm() 105 new AsyncTask<Void, Void, AlarmInstance>() { in asyncUpdateAlarm() 107 protected AlarmInstance doInBackground(Void... parameters) { in asyncUpdateAlarm() 157 final AsyncTask<Void, Void, Boolean> deleteTask = new AsyncTask<Void, Void, Boolean>() { in asyncDeleteAlarm() 159 protected Boolean doInBackground(Void... parameters) { in asyncDeleteAlarm()
|
/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/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | VideoProviderTest.java | 313 assertTrueWithTimeout(new Predicate<Void>() { in testSetPreviewSurface() 315 public boolean apply(Void v) { in testSetPreviewSurface() 322 assertTrueWithTimeout(new Predicate<Void>() { in testSetPreviewSurface() 324 public boolean apply(Void v) { in testSetPreviewSurface() 339 assertTrueWithTimeout(new Predicate<Void>() { in testSetDisplaySurface() 341 public boolean apply(Void v) { in testSetDisplaySurface() 348 assertTrueWithTimeout(new Predicate<Void>() { in testSetDisplaySurface() 350 public boolean apply(Void v) { in testSetDisplaySurface() 364 assertTrueWithTimeout(new Predicate<Void>() { in testSetDeviceOrientation() 366 public boolean apply(Void v) { in testSetDeviceOrientation() [all …]
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | AppLinkCardView.java | 128 new AsyncTask<Void, Void, CharSequence>() { in onBind() 132 protected CharSequence doInBackground(Void... params) { in onBind() 163 new AsyncTask<Void, Void, Drawable>() { in onBind() 167 protected Drawable doInBackground(Void... params) { in onBind() 195 new AsyncTask<Void, Void, CharSequence>() { in onBind() 199 protected CharSequence doInBackground(Void... params) { in onBind() 304 new AsyncTask<Void, Void, Drawable>() { 307 protected Drawable doInBackground(Void... params) { 342 new AsyncTask<Void, Void, Drawable>() { 345 protected Drawable doInBackground(Void... params) {
|
/packages/apps/Contacts/src/com/android/contacts/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/Dialer/java/com/android/contacts/common/dialog/ |
D | ClearFrequentsDialog.java | 63 final AsyncTask<Void, Void, Void> task = in onCreateDialog() 64 new AsyncTask<Void, Void, Void>() { in onCreateDialog() 66 protected Void doInBackground(Void... params) { in onCreateDialog() 73 protected void onPostExecute(Void result) { in onCreateDialog()
|
/packages/apps/TV/src/com/android/tv/tuner/ |
D | TunerPreferences.java | 112 new AsyncTask<Void, Void, Void>() { in initialize() 114 protected Void doInBackground(Void... params) { in initialize() 350 new AsyncTask<Void, Void, Void>() { in savePreference() 352 protected Void doInBackground(Void... params) { in savePreference() 368 private static class LoadPreferencesTask extends AsyncTask<Void, Void, Bundle> { 375 protected Bundle doInBackground(Void... params) { in doInBackground()
|
/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/apps/TV/src/com/android/tv/ |
D | MediaSessionWrapper.java | 164 new AsyncTask<Void, Void, Void>() { in updateMediaMetadata() 166 protected Void doInBackground(Void... arg0) { in updateMediaMetadata() 179 new AsyncTask<Void, Void, Void> () { in updateMediaMetadata() 181 protected Void doInBackground(Void... arg0) { in updateMediaMetadata()
|
/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/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/ |
D | DataModel.java | 138 AsyncTask<Void, Void, Void> task) { in queryInBackground() argument 245 private static class FilesystemListTask extends AsyncTask<Void, Void, Void> { 259 protected Void doInBackground(Void... voids) { in doInBackground() 309 private static class QueryTask extends AsyncTask<Void, Void, Void> { 337 protected Void doInBackground(Void... voids) { in doInBackground()
|
/packages/apps/TV/src/com/android/tv/tuner/exoplayer/buffer/ |
D | TrickplayStorageManager.java | 49 private static AsyncTask<Void, Void, Void> sLastCacheCleanUpTask; 83 sLastCacheCleanUpTask = new AsyncTask<Void, Void, Void>() { in clearStorage() 85 protected Void doInBackground(Void... params) { in clearStorage()
|
/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() 477 new AsyncTask<Void, Void, Void>() { in requestStateChange() 479 protected Void doInBackground(Void... args) { in requestStateChange() 558 new AsyncTask<Void, Void, Boolean>() { in requestStateChange() 560 protected Boolean doInBackground(Void... args) { in requestStateChange() 629 new AsyncTask<Void, Void, Boolean>() { in requestStateChange() 631 protected Boolean doInBackground(Void... args) { in requestStateChange()
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrManager.java | 497 new AsyncDbTask<Void, Void, Integer>() { in removeRecordedProgram() 499 protected Integer doInBackground(Void... params) { in removeRecordedProgram() 507 new AsyncTask<Void, Void, Void>() { in removeRecordedProgram() 509 protected Void doInBackground(Void... params) { in removeRecordedProgram() 529 new AsyncDbTask<Void, Void, Boolean>() { in removeRecordedPrograms() 531 protected Boolean doInBackground(Void... params) { in removeRecordedPrograms() 545 new AsyncTask<Void, Void, Void>() { in removeRecordedPrograms() 547 protected Void doInBackground(Void... params) { in removeRecordedPrograms()
|
/packages/apps/KeyChain/src/com/android/keychain/ |
D | KeyChainActivity.java | 195 private class AliasLoader extends AsyncTask<Void, Void, CertificateAdapter> { 196 @Override protected CertificateAdapter doInBackground(Void... params) { in doInBackground() 374 private class CertLoader extends AsyncTask<Void, Void, String> { 381 @Override protected String doInBackground(Void... params) { in doInBackground() 448 private class ResponseSender extends AsyncTask<Void, Void, Void> { 455 @Override protected Void doInBackground(Void... unused) { in doInBackground() 477 @Override protected void onPostExecute(Void unused) { in onPostExecute()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/ |
D | PowerUsageAnomalyDetailsTest.java | 136 Answer<Void> prefCallable = new Answer<Void>() { in testRefreshUi_displayCorrectTitleAndSummary() 138 public Void answer(InvocationOnMock invocation) throws Throwable { in testRefreshUi_displayCorrectTitleAndSummary() 167 Answer<Void> prefCallable = new Answer<Void>() { in testRefreshUi_iconCorrect() 169 public Void answer(InvocationOnMock invocation) throws Throwable { in testRefreshUi_iconCorrect() 184 Answer<Void> bundleCallable = new Answer<Void>() { in testStartBatteryAbnormalPage_dataCorrect() 186 public Void answer(InvocationOnMock invocation) throws Exception { in testStartBatteryAbnormalPage_dataCorrect()
|
/packages/apps/Car/Radio/src/com/android/car/radio/ |
D | RadioStorage.java | 371 private class GetAllPresetsAsyncTask extends AsyncTask<Void, Void, Void> { 375 protected Void doInBackground(Void... voids) { in doInBackground() 386 public void onPostExecute(Void result) { in onPostExecute() 395 private class StorePresetAsyncTask extends AsyncTask<RadioStation, Void, Boolean> { 427 private class RemovePresetAsyncTask extends AsyncTask<RadioStation, Void, Boolean> { 459 private class StorePreScannedAsyncTask extends AsyncTask<RadioStation, Void, Boolean> {
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorActionProvider.java | 40 private static class ShareLogWorker implements Worker<Void, String> { 44 public String doInBackground(Void unused) { in doInBackground() 128 new AsyncTask<Void, Void, Void>() { in populateDatabase() 130 public Void doInBackground(Void... params) { in populateDatabase()
|