Searched refs:mMemLowThreshold (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java120 long mMemLowThreshold; field in class:DeviceStorageMonitorService
250 if (mFreeMem < mMemLowThreshold) {
261 >= ((mMemLowThreshold-mMemCacheStartTrimThreshold)/4)) {
361 mMemLowThreshold = sm.getStorageLowBytes(DATA_PATH);
364 mMemCacheStartTrimThreshold = ((mMemLowThreshold*3)+mMemFullThreshold)/4;
365 mMemCacheTrimToThreshold = mMemLowThreshold
366 + ((mMemLowThreshold-mMemCacheStartTrimThreshold)*2);
391 return mMemLowThreshold;
436 pw.print(" mMemLowThreshold=");
437 pw.print(Formatter.formatFileSize(context, mMemLowThreshold));
[all...]

Completed in 50 milliseconds