Searched refs:visibleAppThreshold (Results 1 – 2 of 2) sorted by relevance
3427 public long visibleAppThreshold; field in ActivityManager.MemoryInfo3447 dest.writeLong(visibleAppThreshold); in writeToParcel()3459 visibleAppThreshold = source.readLong(); in readFromParcel()
1741 outInfo.visibleAppThreshold = getMemLevel(VISIBLE_APP_ADJ);