Searched defs:_swapPss (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15589 public MemItem(String _label, String _shortLabel, long _pss, long _swapPss, int _id, argument
15595 swapPss = _swapPss;
15600 public MemItem(String _label, String _shortLabel, long _pss, long _swapPss, int _id) { argument
15605 swapPss = _swapPss;

Completed in 51 milliseconds