Home
last modified time | relevance | path

Searched refs:Void (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/packages/apps/Car/Hvac/src/com/android/car/hvac/
DHvacController.java397 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/
DAsyncDvrDbTask.java84 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/
DEmailAsyncTask.java234 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/
DCallLogAsyncTaskUtil.java56 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()
DClearCallLogDialog.java63 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/
DAlarmUpdateHandler.java62 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/
DSubtypeLocaleUtilsTests.java227 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/
DApnEditorActivity.java205 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()
DApnSettingsActivity.java221 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/
DVideoProviderTest.java313 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/
DAppLinkCardView.java128 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/
DClearFrequentsDialog.java57 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/
DClearFrequentsDialog.java63 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/
DTunerPreferences.java112 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/
DFlipperDreamSettings.java44 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/
DMediaSessionWrapper.java164 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/
DKeyChainTestActivity.java151 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/
DDataModel.java138 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/
DTrickplayStorageManager.java49 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/
DSettingsAppWidgetProvider.java389 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/
DDvrManager.java497 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/
DKeyChainActivity.java195 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/
DPowerUsageAnomalyDetailsTest.java136 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/
DRadioStorage.java371 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/
DSimulatorActionProvider.java40 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()

12345678910>>...13