Searched refs:swapInBytes (Results 1 – 6 of 6) sorted by relevance
34 public long swapInBytes; field in ProcessMemoryState38 long swapInBytes) { in ProcessMemoryState() argument46 this.swapInBytes = swapInBytes; in ProcessMemoryState()57 swapInBytes = in.readLong(); in ProcessMemoryState()86 parcel.writeLong(swapInBytes); in writeToParcel()
132 assertEquals(stat.swapInBytes, 5); in testParseMemoryStatFromMemcg_parsesCorrectValues()151 assertEquals(0, stat.swapInBytes); in testParseMemoryStatFromProcfs_parsesCorrectValues()
132 memoryStat.swapInBytes = m.find() ? Long.valueOf(m.group(1)) : 0; in parseMemoryStatFromMemcg()180 long swapInBytes; field in MemoryStatUtil.MemoryStat
661 memoryStat.swapInBytes); in logAppStartMemoryStateCapture()
26817 memoryStat.swapInBytes); in getMemoryStateForProcesses()
891 e.writeLong(processMemoryState.swapInBytes); in pullProcessMemoryState()