Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DDynamicSystemInstallationService.java35 import static com.android.dynsystem.InstallationAsyncTask.RESULT_CANCELLED;
36 import static com.android.dynsystem.InstallationAsyncTask.RESULT_ERROR_EXCEPTION;
37 import static com.android.dynsystem.InstallationAsyncTask.RESULT_ERROR_IO;
38 import static com.android.dynsystem.InstallationAsyncTask.RESULT_ERROR_UNSUPPORTED_FORMAT;
39 import static com.android.dynsystem.InstallationAsyncTask.RESULT_ERROR_UNSUPPORTED_URL;
40 import static com.android.dynsystem.InstallationAsyncTask.RESULT_OK;
75 implements InstallationAsyncTask.ProgressListener {
144 private InstallationAsyncTask mInstallTask;
205 public void onProgressUpdate(InstallationAsyncTask.Progress progress) { in onProgressUpdate()
283 new InstallationAsyncTask( in executeInstallCommand()
[all …]
H A DInstallationAsyncTask.java47 class InstallationAsyncTask extends AsyncTask<String, InstallationAsyncTask.Progress, Throwable> { class
147 InstallationAsyncTask( in InstallationAsyncTask() method in InstallationAsyncTask