Home
last modified time | relevance | path

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

/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java3010 final long expectedDelayMs = mTestDeps.getValidationFailRecoveryMs(retryIndex); in verifyMobikeTriggered()
3112 long expectedDelay = mTestDeps.getValidationFailRecoveryMs(retry++); in testDataStallInIkev2VpnNotRecoveredByMobike()
3122 expectedDelay = mTestDeps.getValidationFailRecoveryMs(retry++); in testDataStallInIkev2VpnNotRecoveredByMobike()
3207 public long getValidationFailRecoveryMs(int retryCount) { in getValidationFailRecoveryMs() method in VpnTest.TestDeps
/frameworks/base/services/core/java/com/android/server/connectivity/
DVpn.java557 public long getValidationFailRecoveryMs(int count) { in getValidationFailRecoveryMs() method in Vpn.Dependencies
3640 }, mDeps.getValidationFailRecoveryMs(mValidationFailRetryCount++), in onValidationStatus()
3658 }, mDeps.getValidationFailRecoveryMs(mValidationFailRetryCount++), in onValidationStatus()