Home
last modified time | relevance | path

Searched refs:doInBackground (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
DBitmapDownloader.java137 protected Bitmap doInBackground(BitmapWorkerOptions... params) { in loadBitmapBlocking()
138 final Bitmap bitmap = super.doInBackground(params); in loadBitmapBlocking()
146 return task.doInBackground(options); in loadBitmapBlocking()
169 protected Bitmap doInBackground(BitmapWorkerOptions... params) { in loadBitmap()
170 Bitmap bitmap = super.doInBackground(params); in loadBitmap()
197 protected Bitmap doInBackground(BitmapWorkerOptions... params) { in getBitmap()
201 final Bitmap bitmap = super.doInBackground(params); in getBitmap()
DDrawableDownloader.java230 protected Drawable doInBackground(BitmapWorkerOptions... params) { in loadBitmapBlocking()
231 final Drawable bitmap = super.doInBackground(params); in loadBitmapBlocking()
238 return task.doInBackground(options); in loadBitmapBlocking()
261 protected Drawable doInBackground(BitmapWorkerOptions... params) { in loadBitmap()
262 Drawable bitmap = super.doInBackground(params); in loadBitmap()
293 protected Drawable doInBackground(BitmapWorkerOptions... params) { in getBitmap()
294 final Drawable bitmap = super.doInBackground(params); in getBitmap()
/packages/apps/Car/Hvac/src/com/android/car/hvac/
DHvacController.java403 protected Void doInBackground(Void... unused) { in requestRefresh()
491 protected Void doInBackground(Void... unused) { in setTemperature()
512 protected Void doInBackground(Void... unused) { in setHvacPowerState()
542 protected Void doInBackground(Void... unused) { in setSeatWarmerLevel()
581 protected Void doInBackground(Void... unused) { in setFanSpeed()
638 protected Void doInBackground(Void... unused) { in setDefrosterState()
671 protected Void doInBackground(Void... unused) { in setAcState()
726 protected Void doInBackground(Void... unused) { in setFanDirection()
761 protected Void doInBackground(Void... unused) { in setAirCirculation()
784 protected Void doInBackground(Void... unused) { in setAutoMode()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DEmailAsyncTask.java120 protected Result2 doInBackground(Params2... params) { in doInBackground() method in EmailAsyncTask.InnerTask
121 return mOwner.doInBackground(params); in doInBackground()
159 protected abstract Result doInBackground(Params... params); in doInBackground() method in EmailAsyncTask
249 protected Void doInBackground(Void... params) { in runAsyncInternal()
268 return mInnerTask.doInBackground(params); in callDoInBackgroundForTest()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorUtils.java149 public Void doInBackground(PopulateDatabaseWorkerInput input) { in doInBackground() method in SimulatorUtils.PopulateVoicemailWorker
158 public Void doInBackground(PopulateDatabaseWorkerInput input) { in doInBackground() method in SimulatorUtils.PopulateDatabaseWorker
169 public Void doInBackground(Context context) { in doInBackground() method in SimulatorUtils.CleanDatabaseWorker
181 public Void doInBackground(Context context) { in doInBackground() method in SimulatorUtils.ClearPreferredSimWorker
190 public String doInBackground(Void unused) { in doInBackground() method in SimulatorUtils.ShareLogWorker
/packages/apps/Contacts/src/com/android/contacts/util/
DWeakAsyncTask.java42 protected final Result doInBackground(Params... params) { in doInBackground() method in WeakAsyncTask
45 return this.doInBackground(target, params); in doInBackground()
64 protected abstract Result doInBackground(WeakTarget target, Params... params); in doInBackground() method in WeakAsyncTask
/packages/apps/TV/src/com/android/tv/menu/
DAppLinkCardView.java133 protected CharSequence doInBackground(Void... params) { in onBind() method
173 protected Drawable doInBackground(Void... params) { in onBind() method
208 protected CharSequence doInBackground(Void... params) { in onBind() method
325 protected Drawable doInBackground(Void... params) {
364 protected Drawable doInBackground(Void... params) {
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DStreamableAsset.java106 protected InputStream doInBackground(Void... params) { in fetchInputStream() method
253 protected Bitmap doInBackground(Void... unused) { in doInBackground() method in StreamableAsset.DecodeBitmapAsyncTask
321 protected Bitmap doInBackground(Void... voids) { in doInBackground() method in StreamableAsset.DecodeBitmapRegionAsyncTask
387 protected Point doInBackground(Void... unused) { in doInBackground() method in StreamableAsset.DecodeDimensionsAsyncTask
DBuiltInWallpaperAsset.java142 protected Bitmap doInBackground(Void... unused) { in doInBackground() method in BuiltInWallpaperAsset.DecodeBitmapAsyncTask
179 protected Bitmap doInBackground(Void... unused) { in doInBackground() method in BuiltInWallpaperAsset.DecodeBitmapRegionAsyncTask
213 protected Point doInBackground(Void... unused) { in doInBackground() method in BuiltInWallpaperAsset.DecodeDimensionsAsyncTask
DCurrentWallpaperAssetV16.java94 protected Bitmap doInBackground(Void... unused) { in doInBackground() method in CurrentWallpaperAssetV16.DecodeBitmapAsyncTask
129 protected Point doInBackground(Void... unused) { in doInBackground() method in CurrentWallpaperAssetV16.DecodeDimensionsAsyncTask
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogAsyncTaskUtil.java56 public Void doInBackground(Void... params) { in markVoicemailAsRead()
86 public Void doInBackground(Void... params) { in deleteVoicemail()
122 public Void doInBackground(Void... params) { in markCallAsRead()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmUpdateHandler.java65 protected AlarmInstance doInBackground(Void... parameters) { in asyncAddAlarm()
107 protected AlarmInstance doInBackground(Void... parameters) { in asyncUpdateAlarm()
159 protected Boolean doInBackground(Void... parameters) { in asyncDeleteAlarm()
/packages/apps/Camera2/src/com/android/camera/data/
DCameraFilmstripDataAdapter.java325 protected List<PhotoItem> doInBackground(ContentResolver... contentResolvers) { in doInBackground() method in CameraFilmstripDataAdapter.LoadNewPhotosTask
391 protected QueryTaskResult doInBackground(Context... contexts) { in doInBackground() method in CameraFilmstripDataAdapter.QueryTask
451 protected Void doInBackground(FilmstripItem... items) { in doInBackground() method in CameraFilmstripDataAdapter.DeletionTask
476 protected List<Integer> doInBackground(Integer... dataId) { in doInBackground() method in CameraFilmstripDataAdapter.MetadataUpdateTask
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppCounter.java38 protected Integer doInBackground(Void... params) { in doInBackground() method in AppCounter
61 onPostExecute(doInBackground()); in executeInForeground()
/packages/apps/Settings/src/com/android/settings/applications/
DAppCounter.java38 protected Integer doInBackground(Void... params) { in doInBackground() method in AppCounter
61 onPostExecute(doInBackground()); in executeInForeground()
/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/setup/
DSampleNetworkTunerSetupActivity.java97 protected Integer doInBackground(Void... arg0) { in executeGetTunerTypeAndCountAsyncTask() method
391 protected List<Lineup> doInBackground(Void... args) { in doInBackground() method in SampleNetworkTunerSetupActivity.FetchLineupTask
431 protected Void doInBackground(Void... args) { in doInBackground() method in SampleNetworkTunerSetupActivity.InsertOrModifyEpgInputTask
490 protected EpgInput doInBackground(Void... args) { in doInBackground() method in SampleNetworkTunerSetupActivity.QueryEpgInputTask
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/setup/
DSampleDvbTunerSetupActivity.java97 protected Integer doInBackground(Void... arg0) { in executeGetTunerTypeAndCountAsyncTask() method
390 protected List<Lineup> doInBackground(Void... args) { in doInBackground() method in SampleDvbTunerSetupActivity.FetchLineupTask
430 protected Void doInBackground(Void... args) { in doInBackground() method in SampleDvbTunerSetupActivity.InsertOrModifyEpgInputTask
488 protected EpgInput doInBackground(Void... args) { in doInBackground() method in SampleDvbTunerSetupActivity.QueryEpgInputTask
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DProcessingTask.java61 Object result = doInBackground(message); in processRequest()
83 public abstract Result doInBackground(Request message); in doInBackground() method in ProcessingTask
/packages/apps/TV/common/src/com/android/tv/common/
DCommonPreferences.java107 protected Void doInBackground(Void... params) { in initialize() method
259 protected Void doInBackground(Void... params) { in savePreference() method
283 protected Bundle doInBackground(Void... params) { in doInBackground() method in CommonPreferences.LoadPreferencesTask
/packages/apps/Dialer/java/com/android/dialer/preferredsim/
DPreferredAccountRecorder.java99 public Void doInBackground(@NonNull Context context) throws Throwable { in doInBackground() method in PreferredAccountRecorder.UserSelectionReporter
128 public Void doInBackground(WritePreferredAccountWorkerInput input) throws Throwable { in doInBackground() method in PreferredAccountRecorder.WritePreferredAccountWorker
/packages/apps/Car/Radio/src/com/android/car/radio/storage/
DRadioStorage.java107 protected Void doInBackground(Program... programs) { in doInBackground() method in RadioStorage.AddFavoriteTask
115 protected Void doInBackground(ProgramSelector... selectors) { in doInBackground() method in RadioStorage.RemoveFavoriteTask
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DApnEditorActivity.java207 protected Void doInBackground(Void... params) { in onActivityCreated() method
365 protected Void doInBackground(Void... params) { in validateAndSave() method
409 protected Void doInBackground(Void... params) { in deleteApn() method
/packages/apps/TV/src/com/android/tv/dvr/
DDvrManager.java506 protected Integer doInBackground(Void... params) { in removeRecordedProgram() method
516 protected Void doInBackground(Void... params) { in removeRecordedProgram() method
538 protected Boolean doInBackground(Void... params) { in removeRecordedPrograms() method
554 protected Void doInBackground(Void... params) { in removeRecordedPrograms() method
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
DVisualVoicemailSettingsUtil.java194 public Void doInBackground(Void unused) { in doInBackground() method in VisualVoicemailSettingsUtil.VoicemailDeleteWorker
218 public Void doInBackground(Void unused) { in doInBackground() method in VisualVoicemailSettingsUtil.ClearGoogleTranscribedVoicemailTranscriptionWorker
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugReportInfoActivity.java71 protected Boolean doInBackground(Void... params) { in doInBackground() method in BugReportInfoActivity.AsyncMoveFilesTask
125 protected List<MetaBugReport> doInBackground(Void... voids) { in doInBackground() method in BugReportInfoActivity.BugReportInfoTask

12345678910>>...14