Home
last modified time | relevance | path

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

/frameworks/base/services/tests/VpnTests/java/com/android/server/connectivity/
DVpnTest.java313 private TestDeps mTestDeps; field in VpnTest
369 mTestDeps = spy(new TestDeps()); in setUp()
371 .when(mTestDeps) in setUp()
373 doReturn(1500).when(mTestDeps).getJavaNetworkInterfaceMtu(any(), anyInt()); in setUp()
923 mTestDeps.mIgnoreCallingUidChecks = false; in testPrepare_throwSecurityExceptionWhenGivenPackageDoesNotBelongToTheCaller()
1686 final InOrder order = inOrder(mTestDeps); in testLockdown_enableDisableWhileConnected()
1687 order.verify(mTestDeps, timeout(TIMEOUT_CROSSTHREAD_MS)) in testLockdown_enableDisableWhileConnected()
1695 order.verify(mTestDeps, timeout(TIMEOUT_CROSSTHREAD_MS)) in testLockdown_enableDisableWhileConnected()
1703 order.verify(mTestDeps, timeout(TIMEOUT_CROSSTHREAD_MS)) in testLockdown_enableDisableWhileConnected()
1878 final long expectedDelayMs = mTestDeps.getNextRetryDelayMs(retryIndex); in verifyRetryAndGetNewIkeCb()
[all …]