HomeSort by relevance Sort by last modified time
    Searched refs:tearDown (Results 276 - 300 of 977) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/
WifiApStress.java 70 public void tearDown() throws Exception {
77 super.tearDown();
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 75 protected void tearDown() throws Exception {
76 super.tearDown();
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLocaleTest.java 60 protected void tearDown() throws Exception {
62 super.tearDown();
DatabaseLockTest.java 61 protected void tearDown() throws Exception {
64 super.tearDown();
  /frameworks/base/core/tests/coretests/src/android/net/http/
CookiesTest.java 41 @Override protected void tearDown() throws Exception {
43 super.tearDown();
DefaultHttpClientTest.java 46 @Override protected void tearDown() throws Exception {
48 super.tearDown();
HttpResponseCacheTest.java 40 @Override protected void tearDown() throws Exception {
42 super.tearDown();
  /frameworks/base/test-runner/src/android/test/
ProviderTestCase2.java 155 protected void tearDown() throws Exception {
157 super.tearDown();
ServiceTestCase.java 66 * After each test method finishes, the test case calls the {@link #tearDown} method. This
68 * service was started. If you override <code>tearDown()</code>, your must call the
69 * <code>super.tearDown()</code> as the last statement in your override.
177 * {@link #tearDown}.
247 * calls onDestroy(). Ordinarily this is called automatically (by {@link #tearDown}, but
270 * Subclasses that override this method must call <code>super.tearDown()</code> as their
277 protected void tearDown() throws Exception {
286 super.tearDown();
  /frameworks/base/tests/CoreTests/android/core/
ProxyTest.java 46 protected void tearDown() throws Exception {
47 super.tearDown();
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParserTest.java 34 protected void tearDown() throws Exception {
35 super.tearDown();
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_SingleByteAbstractTest.java 41 protected void tearDown() throws Exception {
42 super.tearDown();
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldMemoryHandlerTest.java 48 @Override protected void tearDown() throws Exception {
49 super.tearDown();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
AttrGetOwnerElement.java 29 protected void tearDown() throws Exception {
32 super.tearDown();
DOMImplementationCreateDocument.java 43 protected void tearDown() throws Exception {
46 super.tearDown();
DOMImplementationHasFeature.java 43 protected void tearDown() throws Exception {
46 super.tearDown();
DocumentCreateElementNS.java 43 protected void tearDown() throws Exception {
46 super.tearDown();
DocumentGetElementsByTagnameNS.java 46 protected void tearDown() throws Exception {
49 super.tearDown();
GetAttributeNS.java 63 protected void tearDown() throws Exception {
66 super.tearDown();
HasAttributeNS.java 61 protected void tearDown() throws Exception {
64 super.tearDown();
NamedNodeMapGetNamedItemNS.java 66 protected void tearDown() throws Exception {
69 super.tearDown();
NodeHasAttributes.java 62 protected void tearDown() throws Exception {
65 super.tearDown();
  /packages/apps/Browser/tests/src/com/android/browser/tests/utils/
ProviderTestCase3.java 148 protected void tearDown() throws Exception {
150 super.tearDown();
  /packages/apps/Calculator/tests/src/com/android/calculator2/
CalculatorHitSomeButtons.java 63 protected void tearDown() throws Exception {
64 super.tearDown();
  /packages/apps/Camera/tests/src/com/android/camera/stress/
CameraLatency.java 65 protected void tearDown() throws Exception {
66 super.tearDown();

Completed in 582 milliseconds

<<11121314151617181920>>