Home
last modified time | relevance | path

Searched defs:testTeardown (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionDisconnectingStateTest.java78 public void testTeardown() throws Exception { in testTeardown() method in VcnGatewayConnectionDisconnectingStateTest
H A DVcnGatewayConnectionDisconnectedStateTest.java101 public void testTeardown() throws Exception { in testTeardown() method in VcnGatewayConnectionDisconnectedStateTest
H A DVcnGatewayConnectionConnectingStateTest.java126 public void testTeardown() throws Exception { in testTeardown() method in VcnGatewayConnectionConnectingStateTest
H A DVcnGatewayConnectionConnectedStateTest.java594 public void testTeardown() throws Exception { in testTeardown() method in VcnGatewayConnectionConnectedStateTest
H A DUnderlyingNetworkTrackerTest.java306 public void testTeardown() { in testTeardown() method in UnderlyingNetworkTrackerTest
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/
H A DTestUtil.java54 public static void testTeardown(final TestCase testCase) { in testTeardown() method in TestUtil