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.java2294 public ProcessDataCollection(int[] _screenStates, int[] _memStates, int[] _procStates) { in ProcessDataCollection() argument
2296 memStates = _memStates; in ProcessDataCollection()
2337 public TotalMemoryUseCollection(int[] _screenStates, int[] _memStates) { in TotalMemoryUseCollection() argument
2339 memStates = _memStates; in TotalMemoryUseCollection()