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

/frameworks/base/services/java/com/android/server/
H A DWatchdog.java153 int mHardThreshold; field in class:Watchdog.MemMonitor
170 mHardThreshold = defHardThreshold;
176 mHardThreshold = Settings.Gservices.getInt(
177 resolver, mHardSetting, mHardThreshold);
186 } else if (mLastPss < mHardThreshold) {
201 mHardThreshold, mLastPss);

Completed in 18 milliseconds