Searched refs:mTestDeps (Results 1 – 1 of 1) sorted by relevance
313 private TestDeps mTestDeps; field in VpnTest369 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 …]