Searched refs:foregroundAppThreshold (Results 1 – 2 of 2) sorted by relevance
3430 public long foregroundAppThreshold; field in ActivityManager.MemoryInfo3448 dest.writeLong(foregroundAppThreshold); in writeToParcel()3460 foregroundAppThreshold = source.readLong(); in readFromParcel()
1742 outInfo.foregroundAppThreshold = getMemLevel(FOREGROUND_APP_ADJ);