Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DDynamicSystemInstallationService.java139 private long mCurrentPartitionInstalledSize; field in DynamicSystemInstallationService
208 mCurrentPartitionInstalledSize = progress.installedSize; in onProgressUpdate()
454 long currentProgress = (mCurrentPartitionInstalledSize >> 20) * currentMax in buildNotification()
571 mCurrentPartitionInstalledSize, in postStatus()
597 bundle.putLong(DynamicSystemClient.KEY_INSTALLED_SIZE, mCurrentPartitionInstalledSize); in notifyOneClient()