Home
last modified time | relevance | path

Searched refs:LooperThread (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/content/
H A DContentQueryMapTest.java35 private abstract class LooperThread extends Thread { class in ContentQueryMapTest
54 LooperThread thread = new LooperThread() { in testContentQueryMap()
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DTestHandlerThread.java31 (new LooperThread()).start(); in doTest()
75 class LooperThread extends Thread { class in TestHandlerThread
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/synthetic/
H A DTestInterface.java61 private LooperThread mLT;
70 mLT = new LooperThread(this, callback); in TestInterface()
74 static class LooperThread extends Thread { class in TestInterface
88 LooperThread(TestInterface ti, TestResultCallback callback) { in LooperThread() method in TestInterface.LooperThread
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java1233 final LooperThread mThread = new LooperThread();
1272 class LooperThread extends Thread {