Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java2203 mService.mBackgroundRestrictionShortDelayMs = 50; in testBackgroundChainOnProcStateChangeDifferentDelays()
2222 waitForDelayedMessageOnHandler(mService.mBackgroundRestrictionShortDelayMs + 1); in testBackgroundChainOnProcStateChangeDifferentDelays()
2238 waitForDelayedMessageOnHandler(mService.mBackgroundRestrictionShortDelayMs + 1); in testBackgroundChainOnProcStateChangeDifferentDelays()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkPolicyManagerService.java579 long mBackgroundRestrictionShortDelayMs = TimeUnit.SECONDS.toMillis(2); field in NetworkPolicyManagerService
4248 TimeUtils.formatDuration(mBackgroundRestrictionShortDelayMs, fout);
4410 : mBackgroundRestrictionShortDelayMs;