Searched refs:swapInBytes (Results 1 – 5 of 5) sorted by relevance
197 memoryStat.swapInBytes = tryParseLong(SWAP_IN_BYTES, memoryStatContents); in parseMemoryStatFromMemcg()228 memoryStat.swapInBytes = in parseMemoryStatFromProcfs()352 public long swapInBytes; field in MemoryStatUtil.MemoryStat
258 assertEquals(5, stat.swapInBytes); in testParseMemoryStatFromMemcg_parsesCorrectValues()277 assertEquals(22 * BYTES_IN_KILOBYTE, stat.swapInBytes); in testParseMemoryStatFromProcfs_parsesCorrectValues()
1189 e.writeLong(memoryStat.swapInBytes); in pullProcessMemoryState()1224 e.writeLong(memoryStat.swapInBytes); in pullNativeProcessMemoryState()1231 return (int) ((memoryStat.anonRssInBytes + memoryStat.swapInBytes) / 1024); in anonAndSwapInKilobytes()
958 memoryStat.swapInBytes); in logAppStartMemoryStateCapture()
8277 Landroid/app/ProcessMemoryState;->swapInBytes:J