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

1234567

/frameworks/base/test-runner/src/android/test/
H A DTestCase.java46 public void tearDown(); method in interface:TestCase
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerStressTest.java56 public void tearDown() throws Exception { method in class:DownloadManagerStressTest
57 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();
H A DDisabledTest.java63 protected void tearDown() throws Exception { method in class:DisabledTest
64 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/base/tests/CoreTests/android/core/
H A DProxyTest.java46 protected void tearDown() throws Exception { method in class:ProxyTest
47 super.tearDown();
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DRsBenchTest.java62 public void tearDown() throws Exception { method in class:RsBenchTest
64 super.tearDown();
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DVariableSpeedTest.java32 protected void tearDown() throws Exception { method in class:VariableSpeedTest
35 super.tearDown();
/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.java31 protected void tearDown() { method in class:ParcelBenchmark
/frameworks/base/core/tests/benchmarks/src/com/android/internal/net/
H A DNetworkStatsFactoryBenchmark.java37 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();
H A DHttpResponseCacheTest.java43 @Override protected void tearDown() throws Exception { method in class:HttpResponseCacheTest
46 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 2579 milliseconds

1234567