Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DInstallationAsyncTask.java454 long unsparseSize = sis.getUnsparseSize(); in installImage() local
458 if (unsparseSize != -1) { in installImage()
459 partitionSize = unsparseSize; in installImage()
460 Log.d(TAG, partitionName + " is sparse, raw size = " + unsparseSize); in installImage()