Searched refs:foregroundAppThreshold (Results 1 – 2 of 2) sorted by relevance
2605 public long foregroundAppThreshold; field in ActivityManager.MemoryInfo2622 dest.writeLong(foregroundAppThreshold); in writeToParcel()2633 foregroundAppThreshold = source.readLong(); in readFromParcel()
1588 outInfo.foregroundAppThreshold = getMemLevel(FOREGROUND_APP_ADJ);