Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java12041 public MemItem(String _label, String _shortLabel, long _pss, long _swapPss, int _id, in MemItem() argument
12047 swapPss = _swapPss; in MemItem()
12052 public MemItem(String _label, String _shortLabel, long _pss, long _swapPss, int _id) { in MemItem() argument
12057 swapPss = _swapPss; in MemItem()