Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DInstallationAsyncTask.java345 double totalProgress = 0.0; in onProgressUpdate() local
347 totalProgress += in onProgressUpdate()
354 totalProgress += readonlyPartitionWeight * mProgressCompletedReadonlyPartitions; in onProgressUpdate()
355 totalProgress += writablePartitionWeight * mProgressCompletedWritablePartitions; in onProgressUpdate()
356 totalProgressPercentage = (int) (totalProgress * 100); in onProgressUpdate()