Home
last modified time | relevance | path

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

/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
DInstallationAsyncTask.java67 private static final long MIN_PROGRESS_TO_PUBLISH = 1 << 27; field in InstallationAsyncTask
492 if (installedSize > prevInstalledSize + MIN_PROGRESS_TO_PUBLISH) { in installWritablePartition()
728 if (installedSize > prevInstalledSize + MIN_PROGRESS_TO_PUBLISH) { in installImage()