Searched refs:lowRam (Results 1 – 2 of 2) sorted by relevance
359 final long lowRam; in refreshUi() local361 lowRam = mMemInfoReader.getFreeSize() + mMemInfoReader.getCachedSize(); in refreshUi()364 lowRam = mMemInfoReader.getFreeSize() + mMemInfoReader.getCachedSize() in refreshUi()369 final long highRam = totalRam - medRam - lowRam; in refreshUi()372 || mCurLowRam != lowRam) { in refreshUi()376 mCurLowRam = lowRam; in refreshUi()379 Formatter.formatShortFileSize(getContext(), lowRam)); in refreshUi()