Searched refs:tearDown (Results 51 - 75 of 78) sorted by relevance

1234

/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStatementTest.java58 protected void tearDown() throws Exception { method in class:DatabaseStatementTest
61 super.tearDown();
H A DDatabaseCursorTest.java71 protected void tearDown() throws Exception { method in class:DatabaseCursorTest
74 super.tearDown();
H A DDatabaseGeneralTest.java65 protected void tearDown() throws Exception { method in class:DatabaseGeneralTest
68 super.tearDown();
1002 * mDatabase.close() in tearDown() should release it.
H A DDatabasePerformanceTests.java95 public void tearDown() { method in class:DatabasePerformanceTests.PerformanceBase
165 public void tearDown() { method in class:DatabasePerformanceTests.ContactReadingTest1
H A DNewDatabasePerformanceTests.java57 public void tearDown() { method in class:NewDatabasePerformanceTests.PerformanceBase
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DMediaEqualizerTest.java65 protected void tearDown() throws Exception { method in class:MediaEqualizerTest
66 super.tearDown();
H A DMediaPresetReverbTest.java60 protected void tearDown() throws Exception { method in class:MediaPresetReverbTest
61 super.tearDown();
H A DMediaEnvReverbTest.java66 protected void tearDown() throws Exception { method in class:MediaEnvReverbTest
67 super.tearDown();
H A DMediaVisualizerTest.java71 protected void tearDown() throws Exception { method in class:MediaVisualizerTest
72 super.tearDown();
H A DMediaAudioEffectTest.java68 protected void tearDown() throws Exception { method in class:MediaAudioEffectTest
69 super.tearDown();
H A DMediaAudioTrackTest.java48 protected void tearDown() throws Exception { method in class:MediaAudioTrackTest
49 super.tearDown();
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/mockril/
H A DMockRilTest.java49 protected void tearDown() throws Exception { method in class:MockRilTest
50 super.tearDown();
/frameworks/base/core/java/android/webkit/
H A DLoadListener.java595 tearDown();
721 tearDown();
867 tearDown();
886 tearDown();
1126 * tearDown is called.
1186 void tearDown() { method in class:LoadListener
1395 tearDown();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java67 // Note: When the test fails in setUp(), tearDown is not called. In that case,
69 // tearDown() is called hear to avoid that situation.
70 tearDown();
76 public void tearDown() throws Exception { method in class:ConnectivityManagerMobileTest
81 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DAsecTests.java53 protected void tearDown() throws Exception { method in class:AsecTests
54 super.tearDown();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DMediaRecorderStressTest.java95 protected void tearDown() throws Exception { method in class:MediaRecorderStressTest
108 super.tearDown();
/frameworks/base/tests/CoreTests/android/core/
H A DRequestAPITest.java62 protected void tearDown() throws Exception { method in class:RequestAPITest
63 Log.d(LOGTAG, "Base tearDown");
67 super.tearDown();
H A DPerformanceTests.java218 public void tearDown() { method in class:PerformanceTests.FibonacciSlow
248 public void tearDown() { method in class:PerformanceTests.FibonacciFast
292 public void tearDown() { method in class:PerformanceTests.HashMapTest
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileUtilsTest.java58 protected void tearDown() throws Exception { method in class:FileUtilsTest
H A DPerformanceCollectorTest.java40 protected void tearDown() throws Exception { method in class:PerformanceCollectorTest
41 super.tearDown();
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java365 * If tearDown is true, this only tears down a CONNECTED session. Presently,
369 * @param tearDown true if the underlying DataConnection should be
373 private void cleanUpConnection(boolean tearDown, String reason) { argument
389 if (tearDown) {
394 if (DBG) log("cleanUpConnection: !tearDown, call conn.resetSynchronously");
819 protected void onCleanUpConnection(boolean tearDown, String reason) { argument
820 cleanUpConnection(tearDown, reason);
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DAsmAnalyzerTest.java59 public void tearDown() throws Exception { method in class:AsmAnalyzerTest
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerIntegrationTest.java80 public void tearDown() throws Exception { method in class:DownloadManagerIntegrationTest
81 super.tearDown();
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java178 msg.arg1 = 0; // tearDown is false
492 * If tearDown is true, this only tears down a CONNECTED session. Presently,
496 * @param tearDown true if the underlying GsmDataConnection should be
500 private void cleanUpConnection(boolean tearDown, String reason) { argument
515 if (tearDown) {
520 if (DBG) log("cleanUpConnection: !tearDown, call conn.resetSynchronously");
1257 protected void onCleanUpConnection(boolean tearDown, String reason) { argument
1258 cleanUpConnection(tearDown, reason);
/frameworks/base/test-runner/src/android/test/
H A DTestRunner.java317 testcase.tearDown();

Completed in 369 milliseconds

1234