Searched defs:tearDown (Results 126 - 150 of 341) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java78 protected void tearDown() throws Exception { method in class:NotificationStressTest
82 super.tearDown();
/frameworks/base/legacy-test/src/android/test/
H A DAndroidTestCase.java50 protected void tearDown() throws Exception { method in class:AndroidTestCase
51 super.tearDown();
155 * This function is called by various TestCase implementations, at tearDown() time, in order
H A DInstrumentationTestCase.java357 * test. Subclasses that override this method should make sure they call super.tearDown()
363 protected void tearDown() throws Exception { method in class:InstrumentationTestCase
367 super.tearDown();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DCachedFrameManager.java94 public void tearDown() { method in class:CachedFrameManager
H A DFilterContext.java97 public synchronized void tearDown() { method in class:FilterContext
106 graph.tearDown(this);
112 mFrameManager.tearDown();
118 mGLEnvironment.tearDown();
H A DFilterFunction.java120 public void tearDown() { method in class:FilterFunction
H A DFrameManager.java61 public void tearDown() { method in class:FrameManager
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DBitmapOverlayFilter.java87 public void tearDown(FilterContext context) { method in class:BitmapOverlayFilter
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaBassBoostTest.java62 protected void tearDown() throws Exception { method in class:MediaBassBoostTest
63 super.tearDown();
H A DMediaPresetReverbTest.java69 protected void tearDown() throws Exception { method in class:MediaPresetReverbTest
70 super.tearDown();
H A DMediaVirtualizerTest.java62 protected void tearDown() throws Exception { method in class:MediaVirtualizerTest
63 super.tearDown();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DImageReaderTest.java74 protected void tearDown() throws Exception { method in class:ImageReaderTest
77 super.tearDown();
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DDocumentLoaderTest.java63 public void tearDown() throws Exception { method in class:DocumentLoaderTest
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DInstallNonMarketAppsDeprecationTest.java148 public void tearDown() { method in class:InstallNonMarketAppsDeprecationTest
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DFullBackupObbConnection.java66 public void tearDown() { method in class:FullBackupObbConnection
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/utils/
H A DFullBackupUtilsTest.java66 public void tearDown() throws Exception { method in class:FullBackupUtilsTest
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DDisplayManagerServiceTest.java99 protected void tearDown() throws Exception { method in class:DisplayManagerServiceTest
100 super.tearDown();
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTests.java48 protected void tearDown() throws Exception { method in class:LockSettingsServiceTests
49 super.tearDown();
/frameworks/base/test-runner/src/android/test/
H A DProviderTestCase.java29 * {@link #tearDown}.
82 protected void tearDown() throws Exception { method in class:ProviderTestCase
84 super.tearDown();
H A DServiceTestCase.java69 * After each test method finishes, the test case calls the {@link #tearDown} method. This
71 * service was started. If you override <code>tearDown()</code>, your must call the
72 * <code>super.tearDown()</code> as the last statement in your override.
186 * {@link #tearDown}.
256 * calls onDestroy(). Ordinarily this is called automatically (by {@link #tearDown}, but
280 * Subclasses that override this method must call <code>super.tearDown()</code> as their
287 protected void tearDown() throws Exception { method in class:ServiceTestCase
296 super.tearDown();
/frameworks/base/tests/net/java/com/android/server/connectivity/tethering/
H A DSimChangeListenerTest.java83 @After public void tearDown() throws Exception { method in class:SimChangeListenerTest
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java226 tearDown();
234 * The counterpart is {@link #tearDown()}.
267 private void tearDown() { method in class:RenderAction
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
H A DIllustrationVideoViewTest.java76 public void tearDown() { method in class:IllustrationVideoViewTest
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
H A DImsServiceTest.java89 public void tearDown() throws Exception { method in class:ImsServiceTest
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierActionAgentTest.java143 public void tearDown() throws Exception { method in class:CarrierActionAgentTest
146 super.tearDown();

Completed in 745 milliseconds

1234567891011>>