Searched defs:_label (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
18509 label = _label;
18517 public MemItem(String _label, String _shortLabel, long _pss, long _swapPss, int _id) { argument
18519 label = _label;
[all...]

Completed in 80 milliseconds