Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAppOpsService.java234 public long FG_SERVICE_STATE_SETTLE_TIME; field in AppOpsService.Constants
278 FG_SERVICE_STATE_SETTLE_TIME = mParser.getDurationMillis( in updateConstants()
292 TimeUtils.formatDuration(FG_SERVICE_STATE_SETTLE_TIME, pw); in dump()
769 settleTime = mConstants.FG_SERVICE_STATE_SETTLE_TIME; in updateUidProcState()