Home | History | Annotate | Download | only in server

Lines Matching refs:Secure

45  * than a tunable threshold value (a secure settings parameter;
54 * periodically logged to the event log. The log interval is a secure
56 * storage differential goes below a threshold (again a secure
145 // Read the log interval from secure settings
146 long freeMemLogInterval = Settings.Secure.getLong(mContentResolver,
147 Settings.Secure.SYS_FREE_STORAGE_LOG_INTERVAL,
172 // Read the reporting threshold from secure settings
173 long threshold = Settings.Secure.getLong(mContentResolver,
174 Settings.Secure.DISK_FREE_CHANGE_REPORTING_THRESHOLD,
270 * Preferred this over using a ContentObserver since Settings.Secure caches the value
274 long value = Settings.Secure.getInt(
276 Settings.Secure.SYS_STORAGE_THRESHOLD_PERCENTAGE,
280 long maxValue = Settings.Secure.getInt(
282 Settings.Secure.SYS_STORAGE_THRESHOLD_MAX_BYTES,
290 * Preferred this over using a ContentObserver since Settings.Secure caches the value
294 int value = Settings.Secure.getInt(
296 Settings.Secure.SYS_STORAGE_FULL_THRESHOLD_BYTES,