Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/
DRemoteAndroidVirtualDeviceTest.java341 mTestDevice.postInvocationTearDown(null); in testPostInvocationTearDown()
446 mTestDevice.postInvocationTearDown(expectedException); in testLaunchGce_nullPort()
563 mTestDevice.postInvocationTearDown(null); in testDeviceNotStoreShutdownState()
572 mTestDevice.postInvocationTearDown(null); in testDeviceNotStoreShutdownState()
660 mTestDevice.postInvocationTearDown(null); in testDevice_skipTearDown()
770 mTestDevice.postInvocationTearDown(null); in testDeviceBoot_offline()
DManagedRemoteDeviceTest.java74 mDevice.postInvocationTearDown(null); in testGetOptions()
DNestedRemoteDeviceTest.java82 mDevice.postInvocationTearDown(null); in tearDown()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1422 public default void postInvocationTearDown() { in postInvocationTearDown() method
1423 postInvocationTearDown(null); in postInvocationTearDown()
1432 public void postInvocationTearDown(Throwable invocationException); in postInvocationTearDown() method
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DLocalAndroidVirtualDeviceTest.java375 mLocalAvd.postInvocationTearDown(null); in testPreinvocationSetupSuccess()
424 mLocalAvd.postInvocationTearDown(expectedException); in testPreInvocationSetupBootFailure()
466 mLocalAvd.postInvocationTearDown(expectedException); in testPreInvocationSetupFailure()
DTestDeviceTest.java4654 mTestDevice.postInvocationTearDown(null); in testPostInvocationWifiTearDown()
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DManagedRemoteDevice.java100 public void postInvocationTearDown(Throwable exception) { in postInvocationTearDown() method in ManagedRemoteDevice
145 super.postInvocationTearDown(exception); in postInvocationTearDown()
DRemoteAndroidVirtualDevice.java154 public void postInvocationTearDown(Throwable exception) { in postInvocationTearDown() method in RemoteAndroidVirtualDevice
220 super.postInvocationTearDown(exception); in postInvocationTearDown()
/tools/tradefederation/core/src/com/android/tradefed/device/
DRemoteAndroidDevice.java74 public void postInvocationTearDown(Throwable exception) { in postInvocationTearDown() method in RemoteAndroidDevice
75 super.postInvocationTearDown(exception); in postInvocationTearDown()
DLocalAndroidVirtualDevice.java123 public void postInvocationTearDown(Throwable exception) { in postInvocationTearDown() method in LocalAndroidVirtualDevice
164 super.postInvocationTearDown(exception); in postInvocationTearDown()
DTestDevice.java1727 public void postInvocationTearDown(Throwable exception) { in postInvocationTearDown() method in TestDevice
1728 super.postInvocationTearDown(exception); in postInvocationTearDown()
DNativeDevice.java4445 public void postInvocationTearDown(Throwable exception) { in postInvocationTearDown() method in NativeDevice
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DSandboxedInvocationExecutionTest.java328 Mockito.verify(mMockDevice).postInvocationTearDown(null); in testInvocation_sharding_notTests()
398 Mockito.verify(mMockDevice).postInvocationTearDown(exception); in testInvocation_preInvocationFailing()
DTestInvocationTest.java686 mMockDevice.postInvocationTearDown(tse); in testInvoke_setupError()
1122 mMockDevice.postInvocationTearDown(null); in setupMockListeners()
1125 mMockDevice.postInvocationTearDown(throwable); in setupMockListeners()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java369 device.postInvocationTearDown(exception); in runDevicePostInvocationTearDown()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java732 device.postInvocationTearDown(null); in stopInvocation()