Home
last modified time | relevance | path

Searched refs:runNotLeakingTest (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DHardwareRendererTest.java19 import static android.graphics.cts.utils.LeakTest.runNotLeakingTest;
94 runNotLeakingTest(() -> { in hardwareBufferRendererLeakTest() method
DBitmapTest.java18 import static android.graphics.cts.utils.LeakTest.runNotLeakingTest;
2390 runNotLeakingTest(() -> { in testHardwareBitmapNotLeaking() method
2407 runNotLeakingTest(() -> { in testWrappedHardwareBufferBitmapNotLeaking() method
2430 runNotLeakingTest(() -> { in testDrawingHardwareBitmapNotLeaking() method
/cts/tests/tests/os/src/android/os/cts/
DSharedMemoryFileDescriptorTest.java19 import static android.os.cts.LeakTest.runNotLeakingTest;
110 runNotLeakingTest( in testDoesntLeak() method
DLeakTest.java88 public static void runNotLeakingTest(Runnable test) { in runNotLeakingTest() method in LeakTest
/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DLeakTest.java77 public static void runNotLeakingTest(Runnable test) { in runNotLeakingTest() method in LeakTest
/cts/tests/tests/view/src/android/view/cts/
DPixelCopyTest.java789 private static void runNotLeakingTest(Runnable test) { in runNotLeakingTest() method in PixelCopyTest
829 runNotLeakingTest(() -> { in testNotLeaking() method