[go: nahoru, domu]

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

12345678910

/frameworks/base/test-runner/src/android/test/
H A DTestCase.java45 public void tearDown(); method in interface:TestCase
/frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
H A DWindowAnimationJankTestBase.java48 protected void tearDown() throws Exception { method in class:WindowAnimationJankTestBase
50 super.tearDown();
/frameworks/base/core/tests/benchmarks/src/android/text/
H A DSpannableStringInternalCopyBenchmark.java43 protected void tearDown() { method in class:SpannableStringInternalCopyBenchmark
H A DSpannableStringBuilderBenchmark.java50 protected void tearDown() { method in class:SpannableStringBuilderBenchmark
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerStressTest.java58 public void tearDown() throws Exception { method in class:DownloadManagerStressTest
59 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteCursorTest.java49 protected void tearDown() throws Exception { method in class:SQLiteCursorTest
52 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();
/frameworks/base/keystore/tests/src/android/security/
H A DSystemKeyStoreTest.java57 protected void tearDown() throws Exception { method in class:SystemKeyStoreTest
62 super.tearDown();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/
H A DMffTestCase.java59 protected void tearDown() throws Exception { method in class:MffTestCase
64 super.tearDown();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCallStateExceptionTest.java27 public void tearDown() throws Exception { method in class:CallStateExceptionTest
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiConnectionTest.java54 public void tearDown() throws Exception { method in class:WifiConnectionTest
56 super.tearDown();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
H A DWifiApStress.java61 protected void tearDown() throws Exception { method in class:WifiApStress
69 super.tearDown();
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
H A DWifiSoftAPTest.java54 protected void tearDown() throws Exception { method in class:WifiSoftAPTest
57 super.tearDown();
/frameworks/base/core/tests/benchmarks/src/android/os/
H A DParcelBenchmark.java32 protected void tearDown() { method in class:ParcelBenchmark
/frameworks/base/core/tests/benchmarks/src/android/text/util/
H A DLinkifyBenchmark.java61 protected void tearDown() { method in class:LinkifyBenchmark
/frameworks/base/core/tests/benchmarks/src/com/android/internal/net/
H A DNetworkStatsFactoryBenchmark.java36 protected void tearDown() { method in class:NetworkStatsFactoryBenchmark
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothRebootStressTest.java44 protected void tearDown() throws Exception { method in class:BluetoothRebootStressTest
45 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseErrorHandlerTest.java52 protected void tearDown() throws Exception { method in class:DatabaseErrorHandlerTest
55 super.tearDown();
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/net/http/
H A DCookiesTest.java41 @Override protected void tearDown() throws Exception { method in class:CookiesTest
43 super.tearDown();
H A DDefaultHttpClientTest.java46 @Override protected void tearDown() throws Exception { method in class:DefaultHttpClientTest
48 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 DMessengerTest.java109 protected void tearDown() throws Exception { method in class:MessengerTest
110 super.tearDown();

Completed in 723 milliseconds

12345678910