Searched refs:waitForDelayedMessageOnHandler (Results 1 – 1 of 1) sorted by relevance
2186 waitForDelayedMessageOnHandler(mService.mBackgroundRestrictionDelayMs + 1); in testBackgroundChainOnProcStateChangeSameDelay()2222 waitForDelayedMessageOnHandler(mService.mBackgroundRestrictionShortDelayMs + 1); in testBackgroundChainOnProcStateChangeDifferentDelays()2232 waitForDelayedMessageOnHandler(timeUntilLongDelay + 1); in testBackgroundChainOnProcStateChangeDifferentDelays()2238 waitForDelayedMessageOnHandler(mService.mBackgroundRestrictionShortDelayMs + 1); in testBackgroundChainOnProcStateChangeDifferentDelays()2947 private void waitForDelayedMessageOnHandler(long delayMs) throws InterruptedException { in waitForDelayedMessageOnHandler() method in NetworkPolicyManagerServiceTest