Searched refs:runWithDexmakerShareClassLoader (Results 1 – 6 of 6) sorted by relevance
19 import static android.testing.DexmakerShareClassLoaderRule.runWithDexmakerShareClassLoader;51 runWithDexmakerShareClassLoader(() -> mAnrApp = mock(ProcessRecord.class)); in setUp()
19 import static android.testing.DexmakerShareClassLoaderRule.runWithDexmakerShareClassLoader;65 runWithDexmakerShareClassLoader(() -> { in setUpOnce() method87 runWithDexmakerShareClassLoader(() -> { in setUpProcess() method
19 import static android.testing.DexmakerShareClassLoaderRule.runWithDexmakerShareClassLoader;72 runWithDexmakerShareClassLoader(() -> { in setUpOnce() method91 runWithDexmakerShareClassLoader(() -> { in setUpProcess() method
20 import static android.testing.DexmakerShareClassLoaderRule.runWithDexmakerShareClassLoader;150 runWithDexmakerShareClassLoader(() -> { in setUp() method
59 public static void runWithDexmakerShareClassLoader(Runnable r) { in runWithDexmakerShareClassLoader() method in DexmakerShareClassLoaderRule
21 import static android.testing.DexmakerShareClassLoaderRule.runWithDexmakerShareClassLoader;126 runWithDexmakerShareClassLoader(SystemServicesTestRule.this::setUp); in apply()