Searched defs:_shortLabel (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
15593 shortLabel = _shortLabel;
15600 public MemItem(String _label, String _shortLabel, long _pss, long _swapPss, int _id) { argument
15603 shortLabel = _shortLabel;

Completed in 147 milliseconds