Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DMemoryStatUtil.java306 allocations.maxSizeInBytes = Math.max(allocations.maxSizeInBytes, sizeInBytes); in parseProcessIonHeapSizesFromDebugfs()
366 public long maxSizeInBytes; field in MemoryStatUtil.IonAllocations
374 && count == that.count && maxSizeInBytes == that.maxSizeInBytes; in equals()
379 return Objects.hash(pid, totalSizeInBytes, count, maxSizeInBytes); in hashCode()
388 + ", maxSizeInBytes=" + maxSizeInBytes in toString()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DMemoryStatUtilTest.java404 long maxSizeInBytes) { in createIonAllocations() argument
409 allocations.maxSizeInBytes = maxSizeInBytes; in createIonAllocations()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java279 public PageContentLruCache(int maxSizeInBytes) { in PageContentLruCache() argument
280 mMaxSizeInBytes = maxSizeInBytes; in PageContentLruCache()
/frameworks/base/services/core/java/com/android/server/stats/
DStatsCompanionService.java1287 e.writeInt((int) (allocations.maxSizeInBytes / 1024)); in pullProcessSystemIonHeapSize()