Home
last modified time | relevance | path

Searched refs:mAppIdleWallclockThresholdMillis (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java120 long mAppIdleWallclockThresholdMillis; field in UsageStatsService
1205 TimeUtils.formatDuration(mAppIdleWallclockThresholdMillis, pw); in dump()
1349 mAppIdleWallclockThresholdMillis = mParser.getLong(KEY_WALLCLOCK_THRESHOLD, in updateSettings()
1361 mAppIdleHistory.setThresholds(mAppIdleWallclockThresholdMillis, in updateSettings()