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

/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java130 private long mMemCacheTrimToThreshold; field in class:DeviceStorageMonitorService
225 freeStorageAndNotify(null, mMemCacheTrimToThreshold, mClearCacheObserver);
365 mMemCacheTrimToThreshold = mMemLowThreshold
443 pw.print(" mMemCacheTrimToThreshold=");
444 pw.println(Formatter.formatFileSize(context, mMemCacheTrimToThreshold));

Completed in 53 milliseconds