Searched refs:visibleAppThreshold (Results 1 – 2 of 2) sorted by relevance
2602 public long visibleAppThreshold; field in ActivityManager.MemoryInfo2621 dest.writeLong(visibleAppThreshold); in writeToParcel()2632 visibleAppThreshold = source.readLong(); in readFromParcel()
1587 outInfo.visibleAppThreshold = getMemLevel(VISIBLE_APP_ADJ);