Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/procstats/
DProcessStats.java2694 public ProcessDataCollection(int[] _screenStates, int[] _memStates, int[] _procStates) { in ProcessDataCollection() argument
2696 memStates = _memStates; in ProcessDataCollection()
2737 public TotalMemoryUseCollection(int[] _screenStates, int[] _memStates) { in TotalMemoryUseCollection() argument
2739 memStates = _memStates; in TotalMemoryUseCollection()