Searched refs:tearDown (Results 1 - 25 of 62) sorted by relevance

123

/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 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();
H A DActivityInstrumentationTestCase2.java155 protected void tearDown() throws Exception { method in class:ActivityInstrumentationTestCase2
168 super.tearDown();
H A DApplicationTestCase.java41 * <li>After your test completes, the test case {@link #tearDown} method is
110 * be stopped by {@link #tearDown}. If you wish to inject a specialized Context for your
128 * call onTerminate(). Ordinarily this will be called automatically (by {@link #tearDown}, but
140 * test. Subclasses that override this method should make sure they call super.tearDown()
146 protected void tearDown() throws Exception { method in class:ApplicationTestCase
155 super.tearDown();
/frameworks/base/telephony/tests/telephonytests/src/com/android/telephonytest/unit/
H A DPhoneNumberUtilsUnitTest.java43 protected void tearDown() throws Exception { method in class:PhoneNumberUtilsUnitTest
44 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 DAtParserTest.java102 protected void tearDown() throws Exception { method in class:AtParserTest
103 super.tearDown();
H A DBluetoothStressTest.java37 protected void tearDown() throws Exception { method in class:BluetoothStressTest
38 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();
H A DMediaMimeTest.java66 protected void tearDown() throws Exception { method in class:MediaMimeTest
67 super.tearDown();
/frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/
H A DAndroidGraphicsTests.java37 protected void tearDown() throws Exception { method in class:AndroidGraphicsTests
38 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStressTest.java57 protected void tearDown() throws Exception { method in class:DatabaseStressTest
60 super.tearDown();
H A DDatabaseLocaleTest.java60 protected void tearDown() throws Exception { method in class:DatabaseLocaleTest
62 super.tearDown();
H A DDatabaseLockTest.java61 protected void tearDown() throws Exception { method in class:DatabaseLockTest
64 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 DDisabledTest.java63 protected void tearDown() throws Exception { method in class:DisabledTest
64 super.tearDown();
H A DLongpressTest.java56 protected void tearDown() throws Exception { method in class:LongpressTest
57 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/coretests/src/android/database/sqlite/
H A DSQLiteJDBCDriverTest.java41 protected void tearDown() throws Exception { method in class:SQLiteJDBCDriverTest
45 super.tearDown();
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 DMessengerTest.java109 protected void tearDown() throws Exception { method in class:MessengerTest
110 super.tearDown();
/frameworks/base/core/java/android/test/
H A DAndroidTestCase.java41 protected void tearDown() throws Exception { method in class:AndroidTestCase
42 super.tearDown();
144 * This function is called by various TestCase implementations, at tearDown() time, in order

Completed in 1513 milliseconds

123