Searched refs:tearDown (Results 76 - 100 of 139) sorted by relevance

123456

/frameworks/base/core/tests/coretests/src/android/os/storage/
H A DStorageManagerIntegrationTest.java53 protected void tearDown() throws Exception { method in class:StorageManagerIntegrationTest
58 super.tearDown();
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
H A DNetworkStatsFactoryTest.java62 public void tearDown() throws Exception { method in class:NetworkStatsFactoryTest
69 super.tearDown();
/frameworks/base/core/tests/coretests/src/com/android/server/
H A DMountServiceTests.java49 protected void tearDown() throws Exception { method in class:MountServiceTests
50 super.tearDown();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaEqualizerTest.java66 protected void tearDown() throws Exception { method in class:MediaEqualizerTest
67 super.tearDown();
H A DMediaPresetReverbTest.java69 protected void tearDown() throws Exception { method in class:MediaPresetReverbTest
70 super.tearDown();
H A DMediaEnvReverbTest.java75 protected void tearDown() throws Exception { method in class:MediaEnvReverbTest
76 super.tearDown();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
H A DCameraStressTest.java95 protected void tearDown() throws Exception { method in class:CameraStressTest
108 super.tearDown();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java214 tearDown();
222 * The counterpart is {@link #tearDown()}.
244 private void tearDown() { method in class:RenderAction
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
H A DSurfaceTextureSource.java245 public void tearDown(FilterContext context) { method in class:SurfaceTextureSource
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java83 protected void tearDown() throws Exception { method in class:BandwidthTest
85 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java57 public void tearDown() throws Exception { method in class:DownloadManagerFunctionalTest
58 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/database/
H A DDatabaseStatementTest.java56 protected void tearDown() throws Exception { method in class:DatabaseStatementTest
59 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/net/http/
H A DAbstractProxyTest.java47 @Override protected void tearDown() throws Exception { method in class:AbstractProxyTest
56 super.tearDown();
/frameworks/base/keystore/tests/src/android/security/
H A DKeyStoreTest.java118 protected void tearDown() throws Exception { method in class:KeyStoreTest
120 super.tearDown();
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DThrottleServiceTest.java85 public void tearDown() throws Exception { method in class:ThrottleServiceTest
94 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/telephony/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java793 * If tearDown is true, this only tears down a CONNECTED session. Presently,
797 * @param tearDown true if the underlying GsmDataConnection should be
801 protected void cleanUpAllConnections(boolean tearDown, String reason) { argument
802 if (DBG) log("cleanUpAllConnections: tearDown=" + tearDown + " reason=" + reason);
806 cleanUpConnection(tearDown, apnContext);
823 * @param tearDown true if the underlying DataConnection should be disconnected.
832 private void cleanUpConnection(boolean tearDown, ApnContext apnContext) { argument
841 log("cleanUpConnection: E tearDown=" + tearDown
2176 onCleanUpConnection(boolean tearDown, int apnId, String reason) argument
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaDataConnectionTracker.java303 * @param tearDown true if the underlying DataConnection should be disconnected.
306 private void cleanUpConnection(boolean tearDown, String reason, boolean doAll) { argument
325 if (tearDown) {
331 if (DBG) log("cleanUpConnection: teardown, conn.tearDown");
332 conn.tearDown(reason, obtainMessage(EVENT_DISCONNECT_DONE,
337 if (DBG) log("cleanUpConnection: !tearDown, call conn.resetSynchronously");
800 protected void onCleanUpConnection(boolean tearDown, int apnId, String reason) { argument
802 cleanUpConnection(tearDown, reason, (apnId == APN_DUN_ID));
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DConnectivityManagerMobileTest.java71 // Note: When the test fails in setUp(), tearDown is not called. In that case,
73 // tearDown() is called here to avoid that situation.
74 tearDown();
81 public void tearDown() throws Exception { method in class:ConnectivityManagerMobileTest
92 super.tearDown();
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothStressTest.java49 protected void tearDown() throws Exception { method in class:BluetoothStressTest
50 super.tearDown();
/frameworks/base/core/tests/coretests/src/android/accessibilityservice/
H A DInterrogationActivityTest.java92 public void tearDown() throws Exception { method in class:InterrogationActivityTest
94 super.tearDown();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
H A DMediaPlayerPerformance.java120 protected void tearDown() throws Exception { method in class:MediaPlayerPerformance
125 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();
/frameworks/base/core/tests/coretests/src/android/os/
H A DFileUtilsTest.java58 protected void tearDown() throws Exception { method in class:FileUtilsTest
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DAutoFixFilter.java220 public void tearDown(FilterContext context) { method in class:AutoFixFilter

Completed in 371 milliseconds

123456