/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorUtils.java | 149 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/ |
D | WeakAsyncTask.java | 42 protected final Result doInBackground(Params... params) { in doInBackground() method in WeakAsyncTask 64 protected abstract Result doInBackground(WeakTarget target, Params... params); in doInBackground() method in WeakAsyncTask
|
/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/setup/ |
D | SampleNetworkTunerSetupActivity.java | 102 protected Integer doInBackground(Void... arg0) { in executeGetTunerTypeAndCountAsyncTask() method 396 protected List<Lineup> doInBackground(Void... args) { in doInBackground() method in SampleNetworkTunerSetupActivity.FetchLineupTask 436 protected Void doInBackground(Void... args) { in doInBackground() method in SampleNetworkTunerSetupActivity.InsertOrModifyEpgInputTask 495 protected EpgInput doInBackground(Void... args) { in doInBackground() method in SampleNetworkTunerSetupActivity.QueryEpgInputTask
|
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/setup/ |
D | SampleDvbTunerSetupActivity.java | 102 protected Integer doInBackground(Void... arg0) { in executeGetTunerTypeAndCountAsyncTask() method 396 protected List<Lineup> doInBackground(Void... args) { in doInBackground() method in SampleDvbTunerSetupActivity.FetchLineupTask 436 protected Void doInBackground(Void... args) { in doInBackground() method in SampleDvbTunerSetupActivity.InsertOrModifyEpgInputTask 494 protected EpgInput doInBackground(Void... args) { in doInBackground() method in SampleDvbTunerSetupActivity.QueryEpgInputTask
|
/packages/apps/Dialer/java/com/android/dialer/preferredsim/ |
D | PreferredAccountRecorder.java | 99 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/Dialer/java/com/android/dialer/shortcuts/ |
D | RefreshShortcutsTask.java | 44 protected JobParameters doInBackground(JobParameters... params) { in doInBackground() method in RefreshShortcutsTask
|
D | ShortcutRefresher.java | 78 public Void doInBackground(List<ContactEntry> contacts) { in doInBackground() method in ShortcutRefresher.RefreshWorker
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | RequestQuietModeDisabledTask.java | 42 protected Void doInBackground(Void... voids) { in doInBackground() method in RequestQuietModeDisabledTask
|
/packages/apps/Settings/src/com/android/settings/ |
D | AsyncTaskSidecar.java | 46 protected abstract Result doInBackground(@Nullable Param param); in doInBackground() method in AsyncTaskSidecar
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | AppLinkCardView.java | 133 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
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
D | BuiltInWallpaperAsset.java | 142 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
|
D | StreamableAsset.java | 106 protected InputStream doInBackground(Void... params) { in fetchInputStream() method 254 protected Bitmap doInBackground(Void... unused) { in doInBackground() method in StreamableAsset.DecodeBitmapAsyncTask 319 protected Bitmap doInBackground(Void... voids) { in doInBackground() method in StreamableAsset.DecodeBitmapRegionAsyncTask 395 protected Point doInBackground(Void... unused) { in doInBackground() method in StreamableAsset.DecodeDimensionsAsyncTask
|
D | CurrentWallpaperAssetV16.java | 97 protected Bitmap doInBackground(Void... unused) { in doInBackground() method in CurrentWallpaperAssetV16.DecodeBitmapAsyncTask 132 protected Point doInBackground(Void... unused) { in doInBackground() method in CurrentWallpaperAssetV16.DecodeDimensionsAsyncTask
|
/packages/services/BuiltInPrintService/src/com/android/bips/ipp/ |
D | CancelJobTask.java | 37 protected Void doInBackground(Void... voids) { in doInBackground() method in CancelJobTask
|
/packages/apps/Settings/src/com/android/settings/shortcut/ |
D | ShortcutsUpdateTask.java | 43 public Void doInBackground(Void... params) { in doInBackground() method in ShortcutsUpdateTask
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmUpdateHandler.kt | 59 override fun doInBackground(vararg parameters: Void): AlarmInstance? { in <lambda>() method 102 override fun doInBackground(vararg parameters: Void): AlarmInstance? { in <lambda>() method 150 override fun doInBackground(vararg parameters: Void): Boolean { in <lambda>() method
|
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/error/ |
D | VoicemailStatusWorker.java | 37 public List<VoicemailStatus> doInBackground(@Nullable Context context) throws Throwable { in doInBackground() method in VoicemailStatusWorker
|
/packages/apps/Car/Settings/src/com/android/car/settings/storage/ |
D | UnmountTask.java | 48 protected Exception doInBackground(Void... params) { in doInBackground() method in UnmountTask
|
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/ |
D | FallibleAsyncTask.java | 40 protected final FallibleTaskResult<ResultT> doInBackground(ParamsT... params) { in doInBackground() method in FallibleAsyncTask
|
/packages/apps/Car/Radio/src/com/android/car/radio/storage/ |
D | RadioStorage.java | 110 protected Void doInBackground(Program... programs) { in doInBackground() method in RadioStorage.AddFavoriteTask 118 protected Void doInBackground(ProgramSelector... selectors) { in doInBackground() method in RadioStorage.RemoveFavoriteTask
|
/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
D | CredentialStorageActivity.java | 221 protected Boolean doInBackground(Void... unused) { in doInBackground() method in CredentialStorageActivity.ResetKeyStoreAndKeyChain 287 protected Boolean doInBackground(Void... unused) { in doInBackground() method in CredentialStorageActivity.InstallKeyInKeyChain 345 protected Boolean doInBackground(Void... unused) { in doInBackground() method in CredentialStorageActivity.MarkKeyAsUserSelectable
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/ |
D | StorageUtils.java | 143 protected Exception doInBackground(Void... params) { in doInBackground() method in StorageUtils.UnmountTask 180 protected Exception doInBackground(Void... params) { in doInBackground() method in StorageUtils.MountTask
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | AppLister.java | 45 protected List<UserAppInfo> doInBackground(Void... params) { in doInBackground() method in AppLister
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
D | CopyAndResizeImageWorker.java | 54 public Pair<File, String> doInBackground(@Nullable Uri input) throws Throwable { in doInBackground() method in CopyAndResizeImageWorker
|
/packages/apps/DocumentsUI/src/com/android/documentsui/base/ |
D | CheckedTask.java | 61 protected final Output doInBackground(Input... input) { in doInBackground() method in CheckedTask
|