Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/appop/
DAppOpsServiceTest.java303 mAppOpsService.mConstants.BG_STATE_SETTLE_TIME = 0; in setupProcStateTests()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java250 public long BG_STATE_SETTLE_TIME; field in AppOpsService.Constants
289 BG_STATE_SETTLE_TIME = mParser.getDurationMillis( in updateConstants()
304 TimeUtils.formatDuration(BG_STATE_SETTLE_TIME, pw); in dump()
945 settleTime = mConstants.BG_STATE_SETTLE_TIME; in updateUidProcState()