Searched defs:mMemCacheTrimToThreshold (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java135 private long mMemCacheTrimToThreshold; field in class:DeviceStorageMonitorService
230 freeStorageAndNotify(null, mMemCacheTrimToThreshold, mClearCacheObserver);
371 mMemCacheTrimToThreshold = mMemLowThreshold
449 pw.print(" mMemCacheTrimToThreshold=");
450 pw.println(Formatter.formatFileSize(context, mMemCacheTrimToThreshold));

Completed in 56 milliseconds