Searched defs:tearDown (Results 1 - 25 of 77) sorted by relevance

1234

/frameworks/base/core/tests/coretests/src/android/net/http/
H A DCookiesTest.java36 @Override protected void tearDown() throws Exception { method in class:CookiesTest
38 super.tearDown();
/frameworks/base/test-runner/src/android/test/
H A DTestCase.java46 public void tearDown(); method in interface:TestCase
H A DActivityInstrumentationTestCase.java27 * automatically here by {@link #setUp} and {@link #tearDown}.
82 protected void tearDown() throws Exception { method in class:ActivityInstrumentationTestCase
91 super.tearDown();
H A DActivityInstrumentationTestCase2.java155 protected void tearDown() throws Exception { method in class:ActivityInstrumentationTestCase2
168 super.tearDown();
H A DSingleLaunchActivityTestCase.java26 * launch and finish the activity in {@link #setUp} and {@link #tearDown}.
75 protected void tearDown() throws Exception { method in class:SingleLaunchActivityTestCase
81 super.tearDown();
/frameworks/base/tools/layoutlib/bridge/tests/src/android/graphics/
H A DMatrix_DelegateTest.java32 protected void tearDown() throws Exception { method in class:Matrix_DelegateTest
33 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/view/
H A DDisabledLongpressTest.java60 protected void tearDown() throws Exception { method in class:DisabledLongpressTest
61 super.tearDown();
H A DLongpressTest.java56 protected void tearDown() throws Exception { method in class:LongpressTest
57 super.tearDown();
H A DDisabledTest.java63 protected void tearDown() throws Exception { method in class:DisabledTest
64 super.tearDown();
H A DGlobalFocusChangeTest.java46 protected void tearDown() throws Exception { method in class:GlobalFocusChangeTest
48 super.tearDown();
/frameworks/base/keystore/tests/src/android/security/
H A DSystemKeyStoreTest.java53 protected void tearDown() throws Exception { method in class:SystemKeyStoreTest
58 super.tearDown();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiApStress.java65 public void tearDown() throws Exception { method in class:WifiApStress
72 super.tearDown();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiSoftAPTest.java62 protected void tearDown() throws Exception { method in class:WifiSoftAPTest
65 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/bluetooth/
H A DBluetoothRebootStressTest.java44 protected void tearDown() throws Exception { method in class:BluetoothRebootStressTest
45 super.tearDown();
H A DBluetoothStressTest.java37 protected void tearDown() throws Exception { method in class:BluetoothStressTest
38 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseLocaleTest.java60 protected void tearDown() throws Exception { method in class:DatabaseLocaleTest
62 super.tearDown();
H A DDatabaseStressTest.java57 protected void tearDown() throws Exception { method in class:DatabaseStressTest
60 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteGeneralTest.java46 protected void tearDown() throws Exception { method in class:SQLiteGeneralTest
49 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileObserverTest.java65 protected void tearDown() throws Exception { method in class:FileObserverTest
H A DFileUtilsTest.java58 protected void tearDown() throws Exception { method in class:FileUtilsTest
H A DMessengerTest.java109 protected void tearDown() throws Exception { method in class:MessengerTest
110 super.tearDown();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaAudioManagerTest.java47 protected void tearDown() throws Exception { method in class:MediaAudioManagerTest
48 super.tearDown();
H A DMediaPlayerInvokeTest.java52 protected void tearDown() throws Exception { method in class:MediaPlayerInvokeTest
54 super.tearDown();
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParserTest.java37 protected void tearDown() throws Exception { method in class:BridgeXmlBlockParserTest
38 super.tearDown();
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmAnalyzerTest.java59 public void tearDown() throws Exception { method in class:AsmAnalyzerTest

Completed in 226 milliseconds

1234