Home
last modified time | relevance | path

Searched defs:setUp (Results 1 – 25 of 25) sorted by relevance

/art/test/odsign/test-src/com/android/tests/odsign/
DOdrefreshFactoryWithoutCacheInfoHostTest.java41 public void setUp() throws Exception { in setUp() method in OdrefreshFactoryWithoutCacheInfoHostTest
DActivationTest.java45 public void setUp() throws Exception { in setUp() method in ActivationTest
DCompOsDenialHostTest.java90 public void setUp() throws Exception { in setUp() method in CompOsDenialHostTest
DOdrefreshHostTest.java60 public void setUp() throws Exception { in setUp() method in OdrefreshHostTest
/art/artd/tests/src/com/android/art/
DArtdIntegrationTests.java47 public void setUp() { in setUp() method in ArtdIntegrationTests
/art/libartservice/service/javatests/com/android/server/art/
DDebouncerTest.java43 public void setUp() throws Exception { in setUp() method in DebouncerTest
DUtilsTest.java54 public void setUp() throws Exception { in setUp() method in UtilsTest
DPrimaryDexUtilsTest.java54 public void setUp() {} in setUp() method in PrimaryDexUtilsTest
DDumpHelperTest.java77 public void setUp() throws Exception { in setUp() method in DumpHelperTest
DPrimaryDexopterParameterizedTest.java228 public void setUp() throws Exception { in setUp() method in PrimaryDexopterParameterizedTest
DPreRebootDexoptJobTest.java79 public void setUp() throws Exception { in setUp() method in PreRebootDexoptJobTest
DBackgroundDexoptJobTest.java92 public void setUp() throws Exception { in setUp() method in BackgroundDexoptJobTest
DPrimaryDexopterTestBase.java77 public void setUp() throws Exception { in setUp() method in PrimaryDexopterTestBase
DArtdRefCacheTest.java58 public void setUp() throws Exception { in setUp() method in ArtdRefCacheTest
DSecondaryDexopterTest.java120 public void setUp() throws Exception { in setUp() method in SecondaryDexopterTest
DDexUseManagerTest.java111 public void setUp() throws Exception { in setUp() method in DexUseManagerTest
DDexoptHelperTest.java122 public void setUp() throws Exception { in setUp() method in DexoptHelperTest
DPrimaryDexopterTest.java113 public void setUp() throws Exception { in setUp() method in PrimaryDexopterTest
DArtManagerLocalTest.java162 public void setUp() throws Exception { in setUp() method in ArtManagerLocalTest
/art/dexopt_chroot_setup/binder/com/android/server/art/
DIDexoptChrootSetup.aidl32 void setUp(@nullable @utf8InCpp String otaSlot, boolean mapSnapshotsForOta); in setUp() method
/art/test/067-preemptive-unpark/src/
DMain.java65 public static void setUp() throws Exception{ in setUp() method in Main
/art/tools/bisection_search/
Dbisection_test.py52 def setUp(self): member in BisectionTestCase
/art/libartservice/service/java/com/android/server/art/prereboot/
DPreRebootDriver.java161 private void setUp(@Nullable String otaSlot, boolean mapSnapshotsForOta) in setUp() method in PreRebootDriver
/art/libartservice/service/javatests/com/android/server/art/prereboot/
DPreRebootStatsReporterTest.java64 public void setUp() throws Exception { in setUp() method in PreRebootStatsReporterTest
/art/dexopt_chroot_setup/
Ddexopt_chroot_setup.cc340 ScopedAStatus DexoptChrootSetup::setUp(const std::optional<std::string>& in_otaSlot, in setUp() function in art::dexopt_chroot_setup::DexoptChrootSetup