Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java462 void checkInterruptAndDelay(boolean sleepLonger) throws InterruptedException; in checkInterruptAndDelay() method
535 retryScheduler.checkInterruptAndDelay(true /* sleepLonger */); in sendArgumentsToDaemon()
548 retryScheduler.checkInterruptAndDelay(false /* sleepLonger */); in sendArgumentsToDaemon()
563 retryScheduler.checkInterruptAndDelay(true /* sleepLonger */); in sendArgumentsToDaemon()
4386 private void checkInterruptAndDelay(boolean sleepLonger) throws InterruptedException { in checkInterruptAndDelay() method in Vpn.LegacyVpnRunner
4439 checkInterruptAndDelay(true); in bringup()
4466 checkInterruptAndDelay(true); in bringup()
4474 this::checkInterruptAndDelay); in bringup()
4486 checkInterruptAndDelay(true); in bringup()
4541 checkInterruptAndDelay(false); in bringup()