Home
last modified time | relevance | path

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

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