Home
last modified time | relevance | path

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

/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DNsdManagerDownstreamTetheringTest.kt93 } cleanupStep { in testMdnsDiscoveryCanSendPacketOnLocalOnlyDownstreamTetheringInterface()
96 } cleanupStep { in testMdnsDiscoveryCanSendPacketOnLocalOnlyDownstreamTetheringInterface()
98 } cleanupStep { in testMdnsDiscoveryCanSendPacketOnLocalOnlyDownstreamTetheringInterface()
141 } cleanupStep { in testMdnsDiscoveryWorkOnTetheringInterface()
144 } cleanupStep { in testMdnsDiscoveryWorkOnTetheringInterface()
146 } cleanupStep { in testMdnsDiscoveryWorkOnTetheringInterface()
DNetworkAgentTest.kt833 } cleanupStep { in testAllowedUids_WithCarrierServicePackage()
/packages/modules/Connectivity/staticlibs/testutils/hostdevice/com/android/testutils/
DCleanup.kt99 inline infix fun cleanupStep(block: () -> Unit): TryExpr<T> { in cleanupStep() method in com.android.testutils.TryExpr
114 inline infix fun cleanup(block: () -> Unit): T = cleanupStep(block).result.getOrThrow() in cleanup()
120 previousExpr.cleanupStep { nextCleanup.run() } in cleanup()
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DDeviceConfigRule.kt89 } cleanupStep { in <lambda>()
96 } cleanupStep { in <lambda>()
103 tryBlock, action -> tryBlock.cleanupStep { action.run() } in <lambda>()
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DCleanupTest.kt203 } cleanupStep { in testMultipleCleanups()
208 } cleanupStep { in testMultipleCleanups()