Searched refs:publishProgress (Results 1 – 12 of 12) sorted by relevance
57 publishProgress(if (sizeBytes > 0) 0 else -1) in <lambda>()74 publishProgress((fraction * 100.0).toInt()) in <lambda>()107 private suspend fun publishProgress(progressValue: Int) = withContext(Dispatchers.Main) { in <lambda>() method in com.android.packageinstaller.v2.model.SessionStager
481 publishProgress(/* installedSize = */ 0L); in installWritablePartition()493 publishProgress(installedSize); in installWritablePartition()525 publishProgress(partitionSize); in installWritablePartition()703 publishProgress(/* installedSize = */ 0L); in installImage()729 publishProgress(installedSize); in installImage()775 publishProgress(partitionSize); in installImage()
209 publishProgress(v); in doInBackground()214 publishProgress(v2); in doInBackground()
88 publishProgress(n, total); in onPreExecute()
442 publishProgress(line); in addLine()
760 protected final void publishProgress(Progress... values) { in publishProgress() method in AsyncTask
340 publishProgress((int) (fraction * 100.0)); in doInBackground()
110 publishProgress(); in doInBackground()
367 publishProgress(triBuff); in doInBackground()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
21298 method protected final void publishProgress(Progress...);
32511 method @Deprecated @WorkerThread protected final void publishProgress(Progress...);