/packages/apps/Car/Hvac/src/com/android/car/hvac/ |
D | HvacController.java | 401 final AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in requestRefresh() 403 protected Void doInBackground(Void... unused) { in requestRefresh() 427 protected void onPostExecute(Void unused) { in requestRefresh() 490 final AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in setTemperature() 491 protected Void doInBackground(Void... unused) { in setTemperature() 511 final AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in setHvacPowerState() 512 protected Void doInBackground(Void... unused) { in setHvacPowerState() 541 final AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in setSeatWarmerLevel() 542 protected Void doInBackground(Void... unused) { in setSeatWarmerLevel() 578 final AsyncTask<Void, Void, Void> task = new AsyncTask<Void, Void, Void>() { in setFanSpeed() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogAsyncTaskUtil.java | 54 new AsyncTask<Void, Void, Void>() { in markVoicemailAsRead() 56 public Void doInBackground(Void... params) { in markVoicemailAsRead() 84 new AsyncTask<Void, Void, Void>() { in deleteVoicemail() 86 public Void doInBackground(Void... params) { in deleteVoicemail() 92 public void onPostExecute(Void result) { in deleteVoicemail() 120 new AsyncTask<Void, Void, Void>() { in markCallAsRead() 122 public Void doInBackground(Void... params) { in markCallAsRead()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmUpdateHandler.kt | 57 val updateTask: AsyncTask<Void, Void, AlarmInstance> = in <lambda>() 58 object : AsyncTask<Void, Void, AlarmInstance>() { in <lambda>() 59 override fun doInBackground(vararg parameters: Void): AlarmInstance? { in <lambda>() 100 val updateTask: AsyncTask<Void, Void, AlarmInstance> = in <lambda>() 101 object : AsyncTask<Void, Void, AlarmInstance>() { in <lambda>() 102 override fun doInBackground(vararg parameters: Void): AlarmInstance? { in <lambda>() 149 val deleteTask: AsyncTask<Void, Void, Boolean> = object : AsyncTask<Void, Void, Boolean>() { in <lambda>() 150 override fun doInBackground(vararg parameters: Void): Boolean { in <lambda>()
|
/packages/apps/TV/src/com/android/tv/dvr/provider/ |
D | DvrDbFuture.java | 75 public static class AddScheduleFuture extends DvrDbFuture<ScheduledRecording, Void> { 81 protected final Void dbHelperInBackground(ScheduledRecording... params) { in dbHelperInBackground() 88 public static class UpdateScheduleFuture extends DvrDbFuture<ScheduledRecording, Void> { 94 protected final Void dbHelperInBackground(ScheduledRecording... params) { in dbHelperInBackground() 101 public static class DeleteScheduleFuture extends DvrDbFuture<ScheduledRecording, Void> { 107 protected final Void dbHelperInBackground(ScheduledRecording... params) { in dbHelperInBackground() 114 public static class DvrQueryScheduleFuture extends DvrDbFuture<Void, List<ScheduledRecording>> { 136 protected final List<ScheduledRecording> dbHelperInBackground(Void... params) { in dbHelperInBackground() 161 public static class AddSeriesRecordingFuture extends DvrDbFuture<SeriesRecording, Void> { 167 protected final Void dbHelperInBackground(SeriesRecording... params) { in dbHelperInBackground() [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()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/ |
D | SubtypeLocaleUtilsTests.java | 241 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testPredefinedSubtypesInEnglishSystemLocale() 243 protected Void job(final Resources res) { in testPredefinedSubtypesInEnglishSystemLocale() 283 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testAdditionalSubtypesInEnglishSystemLocale() 285 protected Void job(final Resources res) { in testAdditionalSubtypesInEnglishSystemLocale() 343 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testPredefinedSubtypesInFrenchSystemLocale() 345 protected Void job(final Resources res) { in testPredefinedSubtypesInFrenchSystemLocale() 385 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testAdditionalSubtypesInFrenchSystemLocale() 387 protected Void job(final Resources res) { in testAdditionalSubtypesInFrenchSystemLocale() 427 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testHinglishSubtypesInHindiSystemLocale() 429 protected Void job (final Resources res) { in testHinglishSubtypesInHindiSystemLocale() [all …]
|
/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/services/Car/cpp/evs/manager/1.1/ |
D | VirtualCamera.cpp | 240 return Void(); in getCameraInfo() 248 return Void(); in getCameraInfo() 469 return Void(); in doneWithFrame() 525 return Void(); in stopVideoStream() 568 return Void(); in getCameraInfo_1_1() 576 return Void(); in getCameraInfo_1_1() 586 return Void(); in getCameraInfo_1_1() 615 return Void(); in getPhysicalCameraInfo() 728 return Void(); in getParameterList() 738 return Void(); in getParameterList() [all …]
|
/packages/apps/TV/common/src/com/android/tv/common/ |
D | CommonPreferences.java | 105 new AsyncTask<Void, Void, Void>() { in initialize() 107 protected Void doInBackground(Void... params) { in initialize() 257 new AsyncTask<Void, Void, Void>() { in savePreference() 259 protected Void doInBackground(Void... params) { in savePreference() 275 private static class LoadPreferencesTask extends AsyncTask<Void, Void, Bundle> { 283 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/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | VideoProviderTest.java | 335 assertTrueWithTimeout(new Predicate<Void>() { in testSetPreviewSurface() 337 public boolean apply(Void v) { in testSetPreviewSurface() 344 assertTrueWithTimeout(new Predicate<Void>() { in testSetPreviewSurface() 346 public boolean apply(Void v) { in testSetPreviewSurface() 362 assertTrueWithTimeout(new Predicate<Void>() { in testSetDisplaySurface() 364 public boolean apply(Void v) { in testSetDisplaySurface() 371 assertTrueWithTimeout(new Predicate<Void>() { in testSetDisplaySurface() 373 public boolean apply(Void v) { in testSetDisplaySurface() 388 assertTrueWithTimeout(new Predicate<Void>() { in testSetDeviceOrientation() 390 public boolean apply(Void v) { in testSetDeviceOrientation() [all …]
|
/packages/apps/Car/Settings/src/com/android/car/settings/system/ |
D | FactoryResetConfirmFragment.java | 47 AsyncTask<Void, Void, Void> mPersistentDataWipeTask; 120 private class WipePersistentDataBlockAsyncTask extends AsyncTask<Void, Void, Void> { 129 protected Void doInBackground(Void... params) { in doInBackground() 135 protected void onPostExecute(Void aVoid) { in onPostExecute()
|
D | ResetAppPrefFragment.java | 54 AsyncTask<Void, Void, Void> mResetTask; 82 private static class ResetTask extends AsyncTask<Void, Void, Void> { 91 protected Void doInBackground(Void... unused) { in doInBackground() 152 protected void onPostExecute(Void unused) { in onPostExecute()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | AppLinkCardView.java | 129 new AsyncTask<Void, Void, CharSequence>() { in onBind() 133 protected CharSequence doInBackground(Void... params) { in onBind() 169 new AsyncTask<Void, Void, Drawable>() { in onBind() 173 protected Drawable doInBackground(Void... params) { in onBind() 204 new AsyncTask<Void, Void, CharSequence>() { in onBind() 208 protected CharSequence doInBackground(Void... params) { in onBind() 321 new AsyncTask<Void, Void, Drawable>() { 325 protected Drawable doInBackground(Void... params) { 360 new AsyncTask<Void, Void, Drawable>() { 364 protected Drawable doInBackground(Void... params) {
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | StreamableAsset.java | 104 new AsyncTask<Void, Void, InputStream>() { in fetchInputStream() 106 protected InputStream doInBackground(Void... params) { in fetchInputStream() 241 private class DecodeBitmapAsyncTask extends AsyncTask<Void, Void, Bitmap> { 254 protected Bitmap doInBackground(Void... unused) { in doInBackground() 301 private class DecodeBitmapRegionAsyncTask extends AsyncTask<Void, Void, Bitmap> { 319 protected Bitmap doInBackground(Void... voids) { in doInBackground() 387 private class DecodeDimensionsAsyncTask extends AsyncTask<Void, Void, Point> { 395 protected Point doInBackground(Void... unused) { in doInBackground()
|
D | BuiltInWallpaperAsset.java | 129 private class DecodeBitmapAsyncTask extends AsyncTask<Void, Void, Bitmap> { 142 protected Bitmap doInBackground(Void... unused) { in doInBackground() 168 private class DecodeBitmapRegionAsyncTask extends AsyncTask<Void, Void, Bitmap> { 179 protected Bitmap doInBackground(Void... unused) { in doInBackground() 205 private class DecodeDimensionsAsyncTask extends AsyncTask<Void, Void, Point> { 213 protected Point doInBackground(Void... unused) { in doInBackground()
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorUtils.java | 146 implements Worker<PopulateDatabaseWorkerInput, Void> { 149 public Void doInBackground(PopulateDatabaseWorkerInput input) { in doInBackground() 155 private static class PopulateDatabaseWorker implements Worker<PopulateDatabaseWorkerInput, Void> { 158 public Void doInBackground(PopulateDatabaseWorkerInput input) { in doInBackground() 166 private static class CleanDatabaseWorker implements Worker<Context, Void> { 169 public Void doInBackground(Context context) { in doInBackground() 178 private static class ClearPreferredSimWorker implements Worker<Context, Void> { 181 public Void doInBackground(Context context) { in doInBackground() 187 private static class ShareLogWorker implements Worker<Void, String> { 190 public String doInBackground(Void unused) { in doInBackground()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/ |
D | TrickplayStorageManager.java | 44 private static AsyncTask<Void, Void, Void> sLastCacheCleanUpTask; 84 new AsyncTask<Void, Void, Void>() { in clearStorage() 86 protected Void doInBackground(Void... params) { in clearStorage()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/ |
D | TrickplayStorageManager.java | 44 private static AsyncTask<Void, Void, Void> sLastCacheCleanUpTask; 84 new AsyncTask<Void, Void, Void>() { in clearStorage() 86 protected Void doInBackground(Void... params) { in clearStorage()
|
/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/ |
D | MockCallManager.java | 515 doAnswer(new Answer<Void>() { in mockCallFunctions() 517 public Void answer(InvocationOnMock inv) { in mockCallFunctions() 524 doAnswer(new Answer<Void>() { in mockCallFunctions() 526 public Void answer(InvocationOnMock inv) { in mockCallFunctions() 533 doAnswer(new Answer<Void>() { in mockCallFunctions() 535 public Void answer(InvocationOnMock inv) { in mockCallFunctions() 541 doAnswer(new Answer<Void>() { in mockCallFunctions() 543 public Void answer(InvocationOnMock inv) { in mockCallFunctions() 549 doAnswer(new Answer<Void>() { in mockCallFunctions() 551 public Void answer(InvocationOnMock inv) { in mockCallFunctions() [all …]
|
/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/setup/ |
D | SampleNetworkTunerSetupActivity.java | 100 new AsyncTask<Void, Void, Integer>() { in executeGetTunerTypeAndCountAsyncTask() 102 protected Integer doInBackground(Void... arg0) { in executeGetTunerTypeAndCountAsyncTask() 386 private class FetchLineupTask extends AsyncTask<Void, Void, List<Lineup>> { 396 protected List<Lineup> doInBackground(Void... args) { in doInBackground() 426 private class InsertOrModifyEpgInputTask extends AsyncTask<Void, Void, Void> { 436 protected Void doInBackground(Void... args) { in doInBackground() 467 protected void onPostExecute(Void result) { in onPostExecute() 487 private class QueryEpgInputTask extends AsyncTask<Void, Void, EpgInput> { 495 protected EpgInput doInBackground(Void... args) { in doInBackground()
|
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/setup/ |
D | SampleDvbTunerSetupActivity.java | 100 new AsyncTask<Void, Void, Integer>() { in executeGetTunerTypeAndCountAsyncTask() 102 protected Integer doInBackground(Void... arg0) { in executeGetTunerTypeAndCountAsyncTask() 386 private class FetchLineupTask extends AsyncTask<Void, Void, List<Lineup>> { 396 protected List<Lineup> doInBackground(Void... args) { in doInBackground() 426 private class InsertOrModifyEpgInputTask extends AsyncTask<Void, Void, Void> { 436 protected Void doInBackground(Void... args) { in doInBackground() 467 protected void onPostExecute(Void result) { in onPostExecute() 486 private class QueryEpgInputTask extends AsyncTask<Void, Void, EpgInput> { 494 protected EpgInput doInBackground(Void... args) { in doInBackground()
|
/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/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHal.java | 643 SupplicantResult<Void> result = new SupplicantResult("registerCallback()"); in registerCallback() 672 SupplicantResultV1_4<Void> result = in registerCallbackV1_4() 701 SupplicantResult<Void> result = new SupplicantResult("find(" + timeout + ")"); in find() 721 SupplicantResult<Void> result = new SupplicantResult("stopFind()"); in stopFind() 741 SupplicantResult<Void> result = new SupplicantResult("flush()"); in flush() 762 SupplicantResult<Void> result = new SupplicantResult("serviceFlush()"); in serviceFlush() 785 SupplicantResult<Void> result = new SupplicantResult( in setPowerSave() 819 SupplicantResult<Void> result = new SupplicantResult( in setGroupIdle() 848 SupplicantResult<Void> result = new SupplicantResult("setSsidPostfix(" + postfix + ")"); in setSsidPostfix() 952 SupplicantResult<Void> result = new SupplicantResult("cancelConnect()"); in cancelConnect() [all …]
|