Searched refs:foregroundAppThreshold (Results 1 – 2 of 2) sorted by relevance
2700 public long foregroundAppThreshold; field in ActivityManager.MemoryInfo2717 dest.writeLong(foregroundAppThreshold); in writeToParcel()2728 foregroundAppThreshold = source.readLong(); in readFromParcel()
9607 outInfo.foregroundAppThreshold = mProcessList.getMemLevel( in getMemoryInfo()