Home
last modified time | relevance | path

Searched refs:tearDown (Results 1 – 7 of 7) sorted by relevance

/art/dexopt_chroot_setup/
Ddexopt_chroot_setup_test.cc92 dexopt_chroot_setup_->tearDown(); in TearDown()
181 ASSERT_STATUS_OK(dexopt_chroot_setup_->tearDown()); in TEST_F()
186 ASSERT_STATUS_OK(dexopt_chroot_setup_->tearDown()); in TEST_F()
191 ASSERT_STATUS_OK(dexopt_chroot_setup_->tearDown()); in TEST_F()
Ddexopt_chroot_setup.h38 ndk::ScopedAStatus tearDown() override;
Ddexopt_chroot_setup.cc364 ScopedAStatus DexoptChrootSetup::tearDown() { in tearDown() function in art::dexopt_chroot_setup::DexoptChrootSetup
/art/libartservice/service/java/com/android/server/art/prereboot/
DPreRebootDriver.java124 tearDown(); in run()
145 tearDown(); in test()
153 tearDown(); in test()
170 private void tearDown() throws RemoteException, IOException { in tearDown() method in PreRebootDriver
185 mInjector.getDexoptChrootSetup().tearDown(); in tearDown()
/art/dexopt_chroot_setup/binder/com/android/server/art/
DIDexoptChrootSetup.aidl42 void tearDown(); in tearDown() method
/art/test/odsign/test-src/com/android/tests/odsign/
DOdrefreshHostTest.java67 public void tearDown() throws Exception { in tearDown() method in OdrefreshHostTest
/art/libartservice/service/javatests/com/android/server/art/
DDexoptHelperTest.java164 public void tearDown() { in tearDown() method in DexoptHelperTest