Home
last modified time | relevance | path

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

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/appop/
DAppOpsUidStateTrackerTest.java98 mConstants.FG_SERVICE_STATE_SETTLE_TIME = 5 * 1000L; in setUp()
297 mClock.advanceTime(mConstants.FG_SERVICE_STATE_SETTLE_TIME - 1); in testForegroundServiceToBackgroundTransition()
318 mClock.advanceTime(mConstants.FG_SERVICE_STATE_SETTLE_TIME - 1); in testEarlyUpdateDoesntCommit()
DAppOpsLegacyRestrictionsTest.java71 mConstants.FG_SERVICE_STATE_SETTLE_TIME = 5 * 1000L; in setUp()
/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsUidStateTrackerImpl.java263 settleTime = mConstants.FG_SERVICE_STATE_SETTLE_TIME; in updateUidProcState()
DAppOpsService.java464 public long FG_SERVICE_STATE_SETTLE_TIME; field in AppOpsService.Constants
508 FG_SERVICE_STATE_SETTLE_TIME = mParser.getDurationMillis( in updateConstants()
522 TimeUtils.formatDuration(FG_SERVICE_STATE_SETTLE_TIME, pw); in dump()