Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java302 final int contentSizeInBytes = renderedPage.getSizeInBytes(); in putRenderedPage() local
303 if (mSizeInBytes + contentSizeInBytes > mMaxSizeInBytes) { in putRenderedPage()
307 mSizeInBytes += contentSizeInBytes; in putRenderedPage()