Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DAppOpsService.java241 public long BG_STATE_SETTLE_TIME; field in AppOpsService.Constants
280 BG_STATE_SETTLE_TIME = mParser.getDurationMillis( in updateConstants()
295 TimeUtils.formatDuration(BG_STATE_SETTLE_TIME, pw); in dump()
771 settleTime = mConstants.BG_STATE_SETTLE_TIME; in updateUidProcState()