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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java18506 public MemItem(String _label, String _shortLabel, long _pss, long _swapPss, int _id, argument
18510 shortLabel = _shortLabel;
18517 public MemItem(String _label, String _shortLabel, long _pss, long _swapPss, int _id) { argument
18520 shortLabel = _shortLabel;
[all...]

Completed in 56 milliseconds