Searched refs:mAppIdleScreenThresholdMillis (Results 1 – 1 of 1) sorted by relevance
118 long mAppIdleScreenThresholdMillis; field in UsageStatsService1201 TimeUtils.formatDuration(mAppIdleScreenThresholdMillis, pw); in dump()1346 mAppIdleScreenThresholdMillis = mParser.getLong(KEY_IDLE_DURATION, in updateSettings()1352 mCheckIdleIntervalMillis = Math.min(mAppIdleScreenThresholdMillis / 4, in updateSettings()1362 mAppIdleScreenThresholdMillis); in updateSettings()