Searched defs:tearDown (Results 51 - 75 of 316) sorted by relevance

1234567891011>>

/frameworks/base/test-runner/src/android/test/
H A DActivityInstrumentationTestCase.java25 * automatically here by {@link #setUp} and {@link #tearDown}.
80 protected void tearDown() throws Exception { method in class:ActivityInstrumentationTestCase
89 super.tearDown();
H A DActivityInstrumentationTestCase2.java161 protected void tearDown() throws Exception { method in class:ActivityInstrumentationTestCase2
174 super.tearDown();
H A DSingleLaunchActivityTestCase.java24 * launch and finish the activity in {@link #setUp} and {@link #tearDown}.
79 protected void tearDown() throws Exception { method in class:SingleLaunchActivityTestCase
85 super.tearDown();
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParserTest.java124 public static void tearDown() { method in class:BridgeXmlBlockParserTest
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DLogTest.java35 public void tearDown() throws Exception { method in class:LogTest
H A DRenameClassAdapterTest.java46 public void tearDown() throws Exception { method in class:RenameClassAdapterTest
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DListChangeRegistryTest.java41 protected void tearDown() throws Exception { method in class:ListChangeRegistryTest
42 super.tearDown();
/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DImsTestBase.java45 public void tearDown() throws Exception { method in class:ImsTestBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DCarrierSignalAgentTest.java64 public void tearDown() throws Exception { method in class:CarrierSignalAgentTest
65 super.tearDown();
H A DClientWakelockAccountantTest.java41 public void tearDown() throws Exception { method in class:ClientWakelockAccountantTest
42 super.tearDown();
H A DClientWakelockTrackerTest.java30 public void tearDown() throws Exception { method in class:ClientWakelockTrackerTest
31 super.tearDown();
H A DDeviceStateMonitorTest.java72 public void tearDown() throws Exception { method in class:DeviceStateMonitorTest
75 super.tearDown();
H A DGsmCdmaCallTest.java44 public void tearDown() throws Exception { method in class:GsmCdmaCallTest
46 super.tearDown();
H A DPhoneStateListenerTest.java62 public void tearDown() throws Exception { method in class:PhoneStateListenerTest
64 super.tearDown();
H A DSimActivationTrackerTest.java104 public void tearDown() throws Exception { method in class:SimActivationTrackerTest
106 super.tearDown();
H A DSms7BitEncodingTranslatorTest.java49 public void tearDown() throws Exception { method in class:Sms7BitEncodingTranslatorTest
50 super.tearDown();
H A DSmsStorageMonitorTest.java68 public void tearDown() throws Exception { method in class:SmsStorageMonitorTest
71 super.tearDown();
H A DSubscriptionInfoTest.java31 public void tearDown() throws Exception { method in class:SubscriptionInfoTest
H A DWapPushOverSmsTest.java65 public void tearDown() throws Exception { method in class:WapPushOverSmsTest
67 super.tearDown();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DDataCallResponseTest.java49 public void tearDown() throws Exception { method in class:DataCallResponseTest
50 super.tearDown();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsTestBase.java45 public void tearDown() throws Exception { method in class:ImsTestBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsCallTest.java51 public void tearDown() throws Exception { method in class:ImsCallTest
52 super.tearDown();
H A DImsPhoneFactoryTest.java62 public void tearDown() throws Exception { method in class:ImsPhoneFactoryTest
64 super.tearDown();
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DInProgressCallSessionTest.java43 public void tearDown() throws Exception { method in class:InProgressCallSessionTest
44 super.tearDown();
H A DInProgressSmsSessionTest.java43 public void tearDown() throws Exception { method in class:InProgressSmsSessionTest
44 super.tearDown();

Completed in 430 milliseconds

1234567891011>>