Home
last modified time | relevance | path

Searched refs:InstallationAsyncTask (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DDynamicSystemInstallationService.java37 import static com.android.dynsystem.InstallationAsyncTask.RESULT_CANCELLED;
38 import static com.android.dynsystem.InstallationAsyncTask.RESULT_ERROR_EXCEPTION;
39 import static com.android.dynsystem.InstallationAsyncTask.RESULT_ERROR_IO;
40 import static com.android.dynsystem.InstallationAsyncTask.RESULT_ERROR_UNSUPPORTED_FORMAT;
41 import static com.android.dynsystem.InstallationAsyncTask.RESULT_ERROR_UNSUPPORTED_URL;
42 import static com.android.dynsystem.InstallationAsyncTask.RESULT_OK;
78 implements InstallationAsyncTask.ProgressListener {
178 private InstallationAsyncTask.Progress mInstallTaskProgress;
179 private InstallationAsyncTask mInstallTask;
244 public void onProgressUpdate(InstallationAsyncTask.Progress progress) { in onProgressUpdate()
[all …]
H A DInstallationAsyncTask.java57 class InstallationAsyncTask extends AsyncTask<String, Long, Throwable> { class
209 InstallationAsyncTask( in InstallationAsyncTask() method in InstallationAsyncTask