Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DCleanupTestJava.java19 import static com.android.testutils.Cleanup.testAndCleanup;
40 final int a = testAndCleanup(() -> { in testNotThrow()
56 testAndCleanup(() -> { in testThrowTry()
72 testAndCleanup(() -> { in testThrowCleanup()
88 testAndCleanup(() -> { in testThrowBoth()
103 testAndCleanup(() -> { in testMultipleCleanups()
/packages/modules/Connectivity/staticlibs/testutils/hostdevice/com/android/testutils/
DCleanup.kt118 fun <T> testAndCleanup(tryBlock: ThrowingSupplier<T>, vararg cleanupBlock: ThrowingRunnable): T { in cleanup() method
123 fun testAndCleanup(tryBlock: ThrowingRunnable, vararg cleanupBlock: ThrowingRunnable) { in testAndCleanup() method
124 return testAndCleanup(ThrowingSupplier { tryBlock.run() }, *cleanupBlock) in testAndCleanup()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DConnectivityDiagnosticsManagerTest.java42 import static com.android.testutils.Cleanup.testAndCleanup;
263 testAndCleanup(() -> { in testRegisterCallbackWithCarrierPrivileges() method
DConnectivityManagerTest.java114 import static com.android.testutils.Cleanup.testAndCleanup;
2783 testAndCleanup(() -> {
2845 testAndCleanup(() -> {
3253 testAndCleanup(() -> {
3550 testAndCleanup(() -> {
3689 testAndCleanup(() -> {
3815 testAndCleanup(() -> {
3903 testAndCleanup(() -> {
3953 testAndCleanup(() -> {
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DVpnTest.java52 import static com.android.testutils.Cleanup.testAndCleanup;
899 testAndCleanup(() -> { in testChangeUnderlyingNetworks() method
1846 testAndCleanup(() -> { in testBlockIncomingPackets() method
1905 testAndCleanup(() -> { in testSetVpnDefaultForUids() method
1974 testAndCleanup(() -> { in doTestDropPacketToVpnAddress() method
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java183 import static com.android.testutils.Cleanup.testAndCleanup;
11438 testAndCleanup(() -> {
11535 testAndCleanup(() -> {
19060 testAndCleanup(() -> {