Searched refs:cacheInBytes (Results 1 – 5 of 5) sorted by relevance
257 assertEquals(4, stat.cacheInBytes); in testParseMemoryStatFromMemcg_parsesCorrectValues()276 assertEquals(0, stat.cacheInBytes); in testParseMemoryStatFromProcfs_parsesCorrectValues()
196 memoryStat.cacheInBytes = tryParseLong(CACHE_IN_BYTES, memoryStatContents); in parseMemoryStatFromMemcg()350 public long cacheInBytes; field in MemoryStatUtil.MemoryStat
957 memoryStat.cacheInBytes, in logAppStartMemoryStateCapture()
1188 e.writeLong(memoryStat.cacheInBytes); in pullProcessMemoryState()
8270 Landroid/app/ProcessMemoryState;->cacheInBytes:J