Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DInstallationAsyncTask.java200 private long mProgressTotalBytes; field in InstallationAsyncTask
346 if (mProgressTotalBytes > 0) { in onProgressUpdate()
352 / mProgressTotalBytes; in onProgressUpdate()
362 mProgressTotalBytes, in onProgressUpdate()
378 mProgressTotalBytes = totalBytes; in initPartitionProgress()