Merge "Reduce min time to alarm." into rvc-dev am: ea1aac6ad3 am: 8f18999a31 am: fd23b86d3f

Change-Id: I434e5f3a9cdf3b81c3698692bb81bfbc2fbb55ef
This commit is contained in:
TreeHugger Robot
2020-04-16 16:00:23 +00:00
committed by Automerger Merge Worker

View File

@@ -1224,7 +1224,7 @@ public class DeviceIdleController extends SystemService
IDLE_FACTOR = mParser.getFloat(KEY_IDLE_FACTOR,
2f);
MIN_TIME_TO_ALARM = mParser.getDurationMillis(KEY_MIN_TIME_TO_ALARM,
!COMPRESS_TIME ? 60 * 60 * 1000L : 6 * 60 * 1000L);
!COMPRESS_TIME ? 30 * 60 * 1000L : 6 * 60 * 1000L);
MAX_TEMP_APP_WHITELIST_DURATION = mParser.getDurationMillis(
KEY_MAX_TEMP_APP_WHITELIST_DURATION, 5 * 60 * 1000L);
MMS_TEMP_APP_WHITELIST_DURATION = mParser.getDurationMillis(